Class SynchronousWorkerUnion<T>

java.lang.Object
All Implemented Interfaces:
AutoCloseable, Runnable, Iterator<T>, CloseableIteration<T>, ParallelExecutor<T>

public class SynchronousWorkerUnion<T> extends WorkerUnionBase<T>
Synchronous execution of union tasks, i.e. one after the other. The union result is contained in this iteration. Note that the union operation is to be executed with the ParallelExecutorBase.run() method
Author:
Andreas Schwarte