Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunctionRegistry
-
Packages that use TupleFunctionRegistry Package Description org.eclipse.rdf4j.query.algebra.evaluation.function org.eclipse.rdf4j.query.algebra.evaluation.impl -
-
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)ExtendedEvaluationStrategy(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.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.
-