public class ParallelUnionOperatorTask extends ParallelTaskBase<BindingSet>
Modifier and Type | Field and Description |
---|---|
protected BindingSet |
bindings |
protected TupleExpr |
expr |
protected FederationEvalStrategy |
strategy |
protected ParallelExecutor<BindingSet> |
unionControl |
scheduledFuture
Constructor and Description |
---|
ParallelUnionOperatorTask(ParallelExecutor<BindingSet> unionControl,
FederationEvalStrategy strategy,
TupleExpr expr,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
ParallelExecutor<BindingSet> |
getControl()
return the controlling instance, e.g.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
performTask() |
cancel, setScheduledFuture, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getQueryInfo
protected final ParallelExecutor<BindingSet> unionControl
protected final FederationEvalStrategy strategy
protected final TupleExpr expr
protected final BindingSet bindings
public ParallelUnionOperatorTask(ParallelExecutor<BindingSet> unionControl, FederationEvalStrategy strategy, TupleExpr expr, BindingSet bindings)
public ParallelExecutor<BindingSet> getControl()
ParallelTask
public CloseableIteration<BindingSet,QueryEvaluationException> performTask() throws Exception
Exception
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.