Class ControlledWorkerBindJoin.CheckJoinTaskCreator
java.lang.Object
org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBindJoin.CheckJoinTaskCreator
- All Implemented Interfaces:
ControlledWorkerBindJoinBase.TaskCreator
- Enclosing class:
ControlledWorkerBindJoin
@Deprecated(forRemoval=true)
protected class ControlledWorkerBindJoin.CheckJoinTaskCreator
extends Object
implements ControlledWorkerBindJoinBase.TaskCreator
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final CheckStatementPattern
Deprecated, for removal: This API element is subject to removal in a future version.protected final FederationEvalStrategy
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionCheckJoinTaskCreator
(FederationEvalStrategy strategy, CheckStatementPattern expr) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetTask
(ParallelExecutor<BindingSet> control, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
_strategy
Deprecated, for removal: This API element is subject to removal in a future version. -
_expr
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
CheckJoinTaskCreator
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTask
public ParallelTask<BindingSet> getTask(ParallelExecutor<BindingSet> control, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTask
in interfaceControlledWorkerBindJoinBase.TaskCreator
-