Package org.rocksdb

Class Snapshot

All Implemented Interfaces:
AutoCloseable

public class Snapshot extends RocksObject
Snapshot of database
  • Method Details

    • getSequenceNumber

      public long getSequenceNumber()
      Return the associated sequence number;
      Returns:
      the associated sequence number of this snapshot.
    • disposeInternal

      protected final void disposeInternal(long handle)
      Specified by:
      disposeInternal in class RocksObject