Interface SingleStateIterator

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
RocksQueueIterator

@Internal public interface SingleStateIterator extends Closeable
An interface for iterating over a single state in a RocksDB state backend.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    int
     
    boolean
     
    byte[]
    key()
     
    void
     
    byte[]
     
  • Method Details

    • next

      void next()
    • isValid

      boolean isValid()
    • key

      byte[] key()
    • value

      byte[] value()
    • getKvStateId

      int getKvStateId()
    • close

      void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable