Class ParallelBoundJoinTask
java.lang.Object
org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTaskBase<BindingSet>
org.eclipse.rdf4j.federated.evaluation.join.ParallelBoundJoinTask
- All Implemented Interfaces:
 ParallelTask<BindingSet>
A task implementation representing a bound join, see
FederationEvalStrategy.evaluateBoundJoinStatementPattern(StatementTupleExpr, List) for further details on the
evaluation process.- Author:
 - Andreas Schwarte
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<BindingSet> protected final StatementTupleExprprotected final ParallelExecutor<BindingSet> protected final FederationEvalStrategyFields inherited from class ParallelTaskBase
scheduledFuture - 
Constructor Summary
ConstructorsConstructorDescriptionParallelBoundJoinTask(ParallelExecutor<BindingSet> joinControl, FederationEvalStrategy strategy, StatementTupleExpr expr, List<BindingSet> bindings)  - 
Method Summary
Modifier and TypeMethodDescriptionreturn the controlling instance, e.g. in most cases the instance of a thread.protected CloseableIteration<BindingSet> Methods inherited from class ParallelTaskBase
cancel, close, performTask, setScheduledFuture, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ParallelTask
getQueryInfo 
- 
Field Details
- 
strategy
 - 
expr
 - 
bindings
 - 
joinControl
 
 - 
 - 
Constructor Details
- 
ParallelBoundJoinTask
public ParallelBoundJoinTask(ParallelExecutor<BindingSet> joinControl, FederationEvalStrategy strategy, StatementTupleExpr expr, List<BindingSet> bindings)  
 - 
 - 
Method Details
- 
performTaskInternal
- Specified by:
 performTaskInternalin classParallelTaskBase<BindingSet>- Throws:
 Exception
 - 
getControl
Description copied from interface:ParallelTaskreturn the controlling instance, e.g. in most cases the instance of a thread. Shared variables are used to inform the thread about new events.- Returns:
 - the control executor
 
 
 -