Class StrictEvaluationStrategyFactory
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.AbstractEvaluationStrategyFactory
org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategyFactory
- All Implemented Interfaces:
EvaluationStrategyFactory
,FederatedServiceResolverClient
- Direct Known Subclasses:
FederationEvaluationStrategyFactory
@Deprecated(since="4.3.0",
forRemoval=true)
public class StrictEvaluationStrategyFactory
extends AbstractEvaluationStrategyFactory
implements FederatedServiceResolverClient
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Supplier
<CollectionFactory> Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncreateEvaluationStrategy
(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets theFederatedServiceResolver
used by this client.void
setCollectionFactory
(Supplier<CollectionFactory> collectionFactory) Deprecated, for removal: This API element is subject to removal in a future version.Set the collection factory to use.void
Deprecated, for removal: This API element is subject to removal in a future version.Sets theFederatedServiceResolver
to use for this client.Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.impl.AbstractEvaluationStrategyFactory
getOptimizerPipeline, getQuerySolutionCacheThreshold, isTrackResultSize, setOptimizerPipeline, setQuerySolutionCacheThreshold, setTrackResultSize
-
Field Details
-
collectionFactorySupplier
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
StrictEvaluationStrategyFactory
public StrictEvaluationStrategyFactory()Deprecated, for removal: This API element is subject to removal in a future version. -
StrictEvaluationStrategyFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setFederatedServiceResolver
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FederatedServiceResolverClient
Sets theFederatedServiceResolver
to use for this client.- Specified by:
setFederatedServiceResolver
in interfaceFederatedServiceResolverClient
- Parameters:
resolver
- The resolver to use.
-
getFederatedServiceResolver
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FederatedServiceResolverClient
Gets theFederatedServiceResolver
used by this client.- Specified by:
getFederatedServiceResolver
in interfaceFederatedServiceResolverClient
-
setCollectionFactory
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:EvaluationStrategyFactory
Set the collection factory to use.- Specified by:
setCollectionFactory
in interfaceEvaluationStrategyFactory
- Parameters:
collectionFactory
-
-
createEvaluationStrategy
public EvaluationStrategy createEvaluationStrategy(Dataset dataset, TripleSource tripleSource, EvaluationStatistics evaluationStatistics) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:EvaluationStrategyFactory
- Specified by:
createEvaluationStrategy
in interfaceEvaluationStrategyFactory
- Parameters:
dataset
- the DataSet to evaluate queries against.tripleSource
- the TripleSource to evaluate queries against.evaluationStatistics
- the store evaluation statistics to use for query optimization.- Returns:
- an EvaluationStrategy.
-
DefaultEvaluationStrategyFactory
instead.