public class StorageClientOfferLogIterator extends BulkBufferingEntryIterator<OfferLog>
| Constructor and Description |
|---|
StorageClientOfferLogIterator(StorageClientFactory storageClientFactory,
String strategyId,
Order order,
DataCategory dataCategory,
int chunkSize,
Long startOffset) |
| Modifier and Type | Method and Description |
|---|---|
protected List<OfferLog> |
loadNextChunk(int chunkSize)
Loads a chunk of the specified size.
|
hasNext, nextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic StorageClientOfferLogIterator(StorageClientFactory storageClientFactory, String strategyId, Order order, DataCategory dataCategory, int chunkSize, Long startOffset)
protected List<OfferLog> loadNextChunk(int chunkSize)
BulkBufferingEntryIteratorloadNextChunk in class BulkBufferingEntryIterator<OfferLog>Copyright © 2019 Vitam. All rights reserved.