Uses of Class
org.eclipse.rdf4j.federated.algebra.StatementSource
Package
Description
-
Uses of StatementSource in org.eclipse.rdf4j.federated.algebra
Modifier and TypeFieldDescriptionprotected final List
<StatementSource> FedXStatementPattern.statementSources
Modifier and TypeMethodDescriptionExclusiveArbitraryLengthPath.getOwner()
ExclusiveGroup.getOwner()
ExclusiveStatement.getOwner()
ExclusiveTupleExpr.getOwner()
Modifier and TypeMethodDescriptionCheckStatementPattern.getStatementSources()
ExclusiveGroup.getStatementSources()
FedXStatementPattern.getStatementSources()
StatementTupleExpr.getStatementSources()
Modifier and TypeMethodDescriptionvoid
StatementSourcePattern.addStatementSource
(StatementSource statementSource) ModifierConstructorDescriptionExclusiveArbitraryLengthPath
(ArbitraryLengthPath path, StatementSource owner, QueryInfo queryInfo) ExclusiveGroup
(Collection<? extends ExclusiveTupleExpr> ownedNodes, StatementSource owner, QueryInfo queryInfo) ExclusiveStatement
(StatementPattern node, StatementSource owner, QueryInfo queryInfo) -
Uses of StatementSource in org.eclipse.rdf4j.federated.cache
Modifier and TypeMethodDescriptionstatic 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. -
Uses of StatementSource in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeMethodDescriptionprotected 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) -
Uses of StatementSource in org.eclipse.rdf4j.federated.optimizer
Modifier and TypeFieldDescriptionprotected Map
<StatementPattern, List<StatementSource>> SourceSelection.stmtToSources
Map statements to their sources.Modifier and TypeMethodDescriptionprotected void
SourceSelection.addSource
(StatementPattern stmt, StatementSource source) Add a source to the given statement in the map (synchronized through map)