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, next
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public StorageClientOfferLogIterator(StorageClientFactory storageClientFactory, String strategyId, Order order, DataCategory dataCategory, int chunkSize, Long startOffset)
protected List<OfferLog> loadNextChunk(int chunkSize)
BulkBufferingEntryIterator
loadNextChunk
in class BulkBufferingEntryIterator<OfferLog>
Copyright © 2019 Vitam. All rights reserved.