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