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, toArrayaddAll, containsAll, removeAll, retainAll, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic final void processBatch(BatchingExecutor.AbstractBatch batch)
protected final boolean resubmitUnbatched()