Class StorageClientOfferLogIterator

  • All Implemented Interfaces:
    java.util.Iterator<OfferLog>

    public class StorageClientOfferLogIterator
    extends BulkBufferingEntryIterator<OfferLog>
    Implementation of TraceabilityIterator for Storage. Iterate over OfferLog for the traceability
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<OfferLog> loadNextChunk​(int chunkSize)
      Loads a chunk of the specified size.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Constructor Detail

      • StorageClientOfferLogIterator

        public StorageClientOfferLogIterator​(StorageClientFactory storageClientFactory,
                                             java.lang.String strategyId,
                                             java.lang.String offerId,
                                             Order order,
                                             DataCategory dataCategory,
                                             int chunkSize,
                                             java.lang.Long startOffset)