Class StorageClientOfferLogIterator
java.lang.Object
fr.gouv.vitam.common.iterables.BulkBufferingEntryIterator<OfferLog>
fr.gouv.vitam.storage.engine.client.StorageClientOfferLogIterator
Implementation of TraceabilityIterator for Storage.
Iterate over OfferLog for the traceability
-
Constructor Summary
ConstructorsConstructorDescriptionStorageClientOfferLogIterator(StorageClientFactory storageClientFactory, String strategyId, String offerId, Order order, DataCategory dataCategory, int chunkSize, Long startOffset) -
Method Summary
Modifier and TypeMethodDescriptionloadNextChunk(int chunkSize) Loads a chunk of the specified size.Methods inherited from class fr.gouv.vitam.common.iterables.BulkBufferingEntryIterator
hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
StorageClientOfferLogIterator
public StorageClientOfferLogIterator(StorageClientFactory storageClientFactory, String strategyId, String offerId, Order order, DataCategory dataCategory, int chunkSize, Long startOffset)
-
-
Method Details
-
loadNextChunk
Description copied from class:BulkBufferingEntryIteratorLoads a chunk of the specified size.- Specified by:
loadNextChunkin classBulkBufferingEntryIterator<OfferLog>- Returns:
- List with next entries to process. Returned list must be the size specified, unless end of data is reached.
-