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
Fields Modifier and Type Field Description protected CheckStatementPattern
_expr
Deprecated, for removal: This API element is subject to removal in a future version.protected FederationEvalStrategy
_strategy
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description CheckJoinTaskCreator(FederationEvalStrategy strategy, CheckStatementPattern expr)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ParallelTask<BindingSet>
getTask(ParallelExecutor<BindingSet> control, List<BindingSet> bindings)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
_strategy
protected final FederationEvalStrategy _strategy
Deprecated, for removal: This API element is subject to removal in a future version.
-
_expr
protected final CheckStatementPattern _expr
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Detail
-
CheckJoinTaskCreator
public CheckJoinTaskCreator(FederationEvalStrategy strategy, CheckStatementPattern expr)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
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
-
-