Class ParallelExecutorBase<T>

java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<T>
org.eclipse.rdf4j.common.iteration.LookAheadIteration<T>
org.eclipse.rdf4j.federated.evaluation.concurrent.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: