Class ControlledWorkerBindLeftJoin.LeftBoundJoinTaskCreator
java.lang.Object
org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBindLeftJoin.LeftBoundJoinTaskCreator
- All Implemented Interfaces:
ControlledWorkerBindJoinBase.TaskCreator
- Enclosing class:
ControlledWorkerBindLeftJoin
protected static class ControlledWorkerBindLeftJoin.LeftBoundJoinTaskCreator
extends Object
implements ControlledWorkerBindJoinBase.TaskCreator
-
Field Summary
Modifier and TypeFieldDescriptionprotected final StatementTupleExpr
protected final FederationEvalStrategy
-
Constructor Summary
ConstructorDescriptionLeftBoundJoinTaskCreator
(FederationEvalStrategy strategy, StatementTupleExpr expr) -
Method Summary
Modifier and TypeMethodDescriptiongetTask
(ParallelExecutor<BindingSet> control, List<BindingSet> bindings)
-
Field Details
-
_strategy
-
_expr
-
-
Constructor Details
-
LeftBoundJoinTaskCreator
-
-
Method Details
-
getTask
public ParallelTask<BindingSet> getTask(ParallelExecutor<BindingSet> control, List<BindingSet> bindings) - Specified by:
getTask
in interfaceControlledWorkerBindJoinBase.TaskCreator
-