public abstract class BulkBufferingEntryIterator<T> extends Object implements Iterator<T>
| Constructor and Description |
|---|
BulkBufferingEntryIterator(int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
protected abstract List<T> |
loadNextChunk(int chunkSize)
Loads a chunk of the specified size.
|
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeCopyright © 2019 Vitam. All rights reserved.