Class RocksDBStorageIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.rocksdb.RocksIterator iterator  
    • Constructor Summary

      Constructors 
      Constructor Description
      RocksDBStorageIterator​(org.rocksdb.RocksIterator iterator)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid()  
      byte[] key()  
      void next()
      Moves to the next entry
      void prev()
      Moves to the previous entry
      void seek​(byte[] key)
      Seeks to the first entry whose key is greater than or equal to the given key
      void seekToFirst()
      Seek to the first key
      void seekToLast()
      Seek to the last key
      byte[] value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait