public private abstract static class BatchingExecutor.AbstractBatch
extends java.util.ArrayDeque<java.lang.Runnable>
implements java.lang.Runnable
Constructor and Description |
---|
AbstractBatch() |
Modifier and Type | Method and Description |
---|---|
void |
processBatch(BatchingExecutor.AbstractBatch batch) |
protected boolean |
resubmitUnbatched() |
add, addFirst, addLast, clear, clone, contains, descendingIterator, element, getFirst, getLast, isEmpty, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size, spliterator, toArray, toArray
addAll, containsAll, removeAll, retainAll, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final void processBatch(BatchingExecutor.AbstractBatch batch)
protected final boolean resubmitUnbatched()