Package | Description |
---|---|
org.eclipse.rdf4j.federated.algebra | |
org.eclipse.rdf4j.federated.cache | |
org.eclipse.rdf4j.federated.evaluation | |
org.eclipse.rdf4j.federated.optimizer |
Modifier and Type | Field and Description |
---|---|
protected StatementSource |
ExclusiveGroup.owner |
Modifier and Type | Field and Description |
---|---|
protected List<StatementSource> |
FedXStatementPattern.statementSources |
Modifier and Type | Method and Description |
---|---|
StatementSource |
ExclusiveArbitraryLengthPath.getOwner() |
StatementSource |
ExclusiveStatement.getOwner() |
StatementSource |
ExclusiveGroup.getOwner() |
StatementSource |
ExclusiveTupleExpr.getOwner() |
Modifier and Type | Method and Description |
---|---|
List<StatementSource> |
CheckStatementPattern.getStatementSources() |
List<StatementSource> |
StatementTupleExpr.getStatementSources() |
List<StatementSource> |
ExclusiveGroup.getStatementSources() |
List<StatementSource> |
FedXStatementPattern.getStatementSources() |
Modifier and Type | Method and Description |
---|---|
void |
StatementSourcePattern.addStatementSource(StatementSource statementSource) |
Constructor and Description |
---|
ExclusiveArbitraryLengthPath(ArbitraryLengthPath path,
StatementSource owner,
QueryInfo queryInfo) |
ExclusiveGroup(Collection<? extends ExclusiveTupleExpr> ownedNodes,
StatementSource owner,
QueryInfo queryInfo) |
ExclusiveStatement(StatementPattern node,
StatementSource owner,
QueryInfo queryInfo) |
Modifier and Type | Method and Description |
---|---|
static List<StatementSource> |
CacheUtils.checkCacheForStatementSourcesUpdateCache(SourceSelectionCache cache,
List<Endpoint> endpoints,
Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo,
Resource... contexts)
Checks the cache for relevant statement sources to the provided statement.
|
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<BindingSet,QueryEvaluationException> |
FederationEvalStrategy.evaluateAtStatementSources(Object preparedQuery,
List<StatementSource> statementSources,
QueryInfo queryInfo) |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
FederationEvalStrategy.evaluateAtStatementSources(String preparedQuery,
List<StatementSource> statementSources,
QueryInfo queryInfo) |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
FederationEvalStrategy.evaluateAtStatementSources(TupleExpr preparedQuery,
List<StatementSource> statementSources,
QueryInfo queryInfo) |
Modifier and Type | Field and Description |
---|---|
protected Map<StatementPattern,List<StatementSource>> |
SourceSelection.stmtToSources
Map statements to their sources.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SourceSelection.addSource(StatementPattern stmt,
StatementSource source)
Add a source to the given statement in the map (synchronized through map)
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.