Class PartitionIterator


  • public class PartitionIterator
    extends Object
    Iterates over the segments of one partition for a (parameter_id, ParameterGroup_id), between a start and stop
    • Constructor Detail

      • PartitionIterator

        public PartitionIterator​(org.rocksdb.RocksIterator iterator,
                                 int parameterId,
                                 int parameterGroupId,
                                 long start,
                                 long stop,
                                 boolean ascending,
                                 boolean retrieveEngValue,
                                 boolean retrieveRawValue,
                                 boolean retrieveParameterStatus)
    • Method Detail

      • next

        public void next()
      • getParameterGroupId

        public int getParameterGroupId()
      • getParameterId

        public int getParameterId()