Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunctionRegistry
-
-
Uses of TupleFunctionRegistry in org.eclipse.rdf4j.query.algebra.evaluation.federation
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type TupleFunctionRegistry Constructor Description TupleFunctionFederatedService(TupleFunctionRegistry tupleFunctionRegistry, org.eclipse.rdf4j.model.ValueFactory vf) -
Uses of TupleFunctionRegistry in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that return TupleFunctionRegistry Modifier and Type Method Description static TupleFunctionRegistryTupleFunctionRegistry. getInstance()Gets the default TupleFunctionRegistry. -
Uses of TupleFunctionRegistry in org.eclipse.rdf4j.query.algebra.evaluation.impl
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type TupleFunctionRegistry Constructor Description DefaultEvaluationStrategy(TripleSource tripleSource, Dataset dataset, FederatedServiceResolver serviceResolver, long iterationCacheSyncTreshold, EvaluationStatistics evaluationStatistics, boolean trackResultSize, TupleFunctionRegistry tupleFunctionRegistry)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, 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.
-