Interface ParchiveIterator<T>

All Superinterfaces:
AutoCloseable, PeekingIterator<T>
All Known Subinterfaces:
ParameterIterator
All Known Implementing Classes:
AggrrayIterator, MultiSegmentIterator, SegmentIterator, SimpleParameterIterator

public interface ParchiveIterator<T> extends PeekingIterator<T>, AutoCloseable
RocksDb style iterator. The advantage over the standard java iterator is that the value can be looked at and thus used in priority queues to run multiple of them in parallel.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.yamcs.utils.PeekingIterator

    isValid, next, value