Class RocksDBStorageIterator

java.lang.Object
com.linkedin.davinci.store.AbstractStorageIterator
com.linkedin.davinci.store.rocksdb.RocksDBStorageIterator
All Implemented Interfaces:
AutoCloseable

public class RocksDBStorageIterator extends AbstractStorageIterator
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    void
    Close the iterator
    boolean
     
    byte[]
    key()
     
    void
    Moves to the next entry
    void
    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
    Seek to the first key
    void
    Seek to the last key
    byte[]
     

    Methods inherited from class java.lang.Object

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