public final class ExecutorsQuery<Result,Parameter> extends AbstractQuery<Result>
Constructor and Description |
---|
ExecutorsQuery(Parameter params,
java.util.List<? extends QueryExecutor<Result,Parameter>> executors) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
processResults(Processor<? super Result> consumer)
Assumes consumer being capable of processing results in parallel
|
allowParallelProcessing, delegateProcessResults, findAll, findFirst, forEach, forEachAsync, iterator, toArray, wrapInReadAction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExecutorsQuery(Parameter params, java.util.List<? extends QueryExecutor<Result,Parameter>> executors)
protected boolean processResults(Processor<? super Result> consumer)
AbstractQuery
processResults
in class AbstractQuery<Result>