Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.TripleSource
-
-
Uses of TripleSource in org.eclipse.rdf4j.examples.function
Methods in org.eclipse.rdf4j.examples.function with parameters of type TripleSource Modifier and Type Method Description Value
ExistingPalindromeFunction. evaluate(TripleSource tripleSource, Value... args)
Executes the existingPalindrome function.Value
PalindromeFunction. evaluate(TripleSource tripleSource, Value... args)
Executes the palindrome function. -
Uses of TripleSource in org.eclipse.rdf4j.federated.evaluation
Methods in org.eclipse.rdf4j.federated.evaluation with parameters of type TripleSource Modifier and Type Method Description FederationEvalStrategy
FederationEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
Create theFederationEvalStrategy
to be used. -
Uses of TripleSource in org.eclipse.rdf4j.query.algebra.evaluation
Subinterfaces of TripleSource in org.eclipse.rdf4j.query.algebra.evaluation Modifier and Type Interface Description interface
RDFStarTripleSource
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return TripleSource Modifier and Type Method Description TripleSource
AbstractQueryPreparer. getTripleSource()
TripleSource
QueryPreparer. getTripleSource()
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type TripleSource Modifier and Type Method Description EvaluationStrategy
EvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
Constructors in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type TripleSource Constructor Description AbstractQueryPreparer(TripleSource tripleSource)
-
Uses of TripleSource in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function with parameters of type TripleSource Modifier and Type Method Description default Value
Function. evaluate(TripleSource tripleSource, Value... args)
Evaluate the function over the supplied input arguments. -
Uses of TripleSource in org.eclipse.rdf4j.query.algebra.evaluation.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as TripleSource Modifier and Type Field Description protected TripleSource
DefaultEvaluationStrategy. tripleSource
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type TripleSource Modifier and Type Method Description EvaluationStrategy
DefaultEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
EvaluationStrategy
ExtendedEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.EvaluationStrategy
StrictEvaluationStrategyFactory. createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type TripleSource Constructor Description DefaultEvaluationStrategy(TripleSource tripleSource, FederatedServiceResolver serviceResolver)
DefaultEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver)
DefaultEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics)
DefaultEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics, boolean trackResultSize)
DefaultEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics, boolean trackResultSize, TupleFunctionRegistry tupleFunctionRegistry)
EvaluationStrategyImpl(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver)
Deprecated.ExtendedEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncThreshold, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.SimpleEvaluationStrategy(TripleSource tripleSource, FederatedServiceResolver serviceResolver)
Deprecated.SimpleEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver)
Deprecated.SimpleEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold)
Deprecated.StandardQueryOptimizerPipeline(EvaluationStrategy strategy, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy(TripleSource tripleSource, FederatedServiceResolver serviceResolver)
Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver)
Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics, boolean trackResultSize)
Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics, boolean trackResultSize, TupleFunctionRegistry tupleFunctionRegistry)
Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver)
Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncThreshold)
Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncThreshold, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, TupleFunctionRegistry tupleFunctionRegistry)
Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, TupleFunctionRegistry tupleFuncRegistry, long iterationCacheSyncThreshold, EvaluationStatistics evaluationStatistics)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TripleSource in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type TripleSource Constructor Description ReificationRdfStarQueryEvaluationStep(Var subjVar, Var predVar, Var objVar, Var extVar, TripleSource tripleSource, QueryEvaluationContext context)
StatementPatternQueryEvaluationStep(StatementPattern statementPattern, QueryEvaluationContext context, TripleSource tripleSource)
-
Uses of TripleSource in org.eclipse.rdf4j.query.algebra.evaluation.limited
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.limited with parameters of type TripleSource Constructor Description LimitedSizeEvaluationStrategy(TripleSource tripleSource, long maxSize, FederatedServiceResolver serviceManager)
Deprecated, for removal: This API element is subject to removal in a future version.LimitedSizeEvaluationStrategy(TripleSource tripleSource, Dataset dataset, int maxCollectionsSize, FederatedServiceResolver serviceManager)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TripleSource in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type TripleSource Constructor Description StandardQueryOptimizerPipeline(EvaluationStrategy strategy, TripleSource tripleSource, EvaluationStatistics evaluationStatistics)
-
Uses of TripleSource in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type TripleSource Modifier and Type Method Description static boolean
TripleSources. booleanValue(Resource subj, IRI pred, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Literal,QueryEvaluationException>
TripleSources. getObjectLiterals(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Resource,QueryEvaluationException>
TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getSubjectURIs(IRI predicate, Value object, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Value,QueryEvaluationException>
TripleSources. list(Resource subj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource,QueryEvaluationException>
TripleSources. listResources(Resource subj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static Statement
TripleSources. single(Resource subj, IRI pred, Value obj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.Returns the single statement with the given subject, predicate and object or null if none exists.static Value
TripleSources. singleValue(Resource subj, IRI pred, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TripleSource in org.eclipse.rdf4j.repository.evaluation
Classes in org.eclipse.rdf4j.repository.evaluation that implement TripleSource Modifier and Type Class Description class
RepositoryTripleSource
-
Uses of TripleSource in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return TripleSource Modifier and Type Method Description TripleSource
SailQueryPreparer. getTripleSource()
-
Uses of TripleSource in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement TripleSource Modifier and Type Class Description class
SailDatasetTripleSource
Implementation of the TripleSource interface usingSailDataset
Methods in org.eclipse.rdf4j.sail.base with parameters of type TripleSource Modifier and Type Method Description protected EvaluationStrategy
SailSourceConnection. getEvaluationStrategy(Dataset dataset, TripleSource tripleSource)
-
Uses of TripleSource in org.eclipse.rdf4j.sail.evaluation
Classes in org.eclipse.rdf4j.sail.evaluation that implement TripleSource Modifier and Type Class Description class
SailTripleSource
-
Uses of TripleSource in org.eclipse.rdf4j.sail.nativerdf
Methods in org.eclipse.rdf4j.sail.nativerdf with parameters of type TripleSource Modifier and Type Method Description protected EvaluationStrategy
LimitedSizeNativeStoreConnection. getEvaluationStrategy(Dataset dataset, TripleSource tripleSource)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TripleSource in org.eclipse.rdf4j.spin
-
Uses of TripleSource in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function with parameters of type TripleSource Modifier and Type Method Description Function
FunctionParser. parse(IRI uri, TripleSource store)
Function
KnownFunctionParser. parse(IRI funcUri, TripleSource store)
TupleFunction
KnownTupleFunctionParser. parse(IRI funcUri, TripleSource store)
Function
SpinFunctionParser. parse(IRI funcUri, TripleSource store)
Function
SpinTupleFunctionAsFunctionParser. parse(IRI funcUri, TripleSource store)
TupleFunction
SpinTupleFunctionParser. parse(IRI funcUri, TripleSource store)
Function
SpinxFunctionParser. parse(IRI funcUri, TripleSource store)
TupleFunction
TupleFunctionParser. parse(IRI uri, TripleSource store)
-