public class SynchronousWorkerUnion<T> extends WorkerUnionBase<T>
ParallelExecutorBase.run()
methodtasks
evaluationThread, executorId, finished, log, NEXT_EXECUTOR_ID, queryInfo, rightIter, rightQueue, strategy
Constructor and Description |
---|
SynchronousWorkerUnion(FederationEvalStrategy strategy,
QueryInfo queryInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
union()
Note: this method must block until the union is executed completely.
|
addTask
getExecutorType, performExecution
addResult, checkTimeout, done, getDisplayId, getId, getNextElement, getQueryInfo, handleClose, isFinished, run, toss, toString
hasNext, next, remove
close, isClosed
public SynchronousWorkerUnion(FederationEvalStrategy strategy, QueryInfo queryInfo)
protected void union() throws Exception
UnionExecutorBase
union
in class UnionExecutorBase<T>
Exception
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.