Class ParallelExecutorBase<T>

Type Parameters:
T -
All Implemented Interfaces:
AutoCloseable, Runnable, Iterator<T>, CloseableIteration<T>, ParallelExecutor<T>
Direct Known Subclasses:
JoinExecutorBase, UnionExecutorBase

public abstract class ParallelExecutorBase<T> extends LookAheadIteration<T> implements ParallelExecutor<T>
Base class for common parallel executors such as JoinExecutorBase and UnionExecutorBase.
Author:
Andreas Schwarte
See Also: