Uses of Interface
org.iq80.leveldb.Snapshot
Packages that use Snapshot
-
Uses of Snapshot in org.iq80.leveldb
Fields in org.iq80.leveldb declared as SnapshotMethods in org.iq80.leveldb that return SnapshotModifier and TypeMethodDescriptionDB.delete(byte[] key, WriteOptions options) DB.getSnapshot()DB.put(byte[] key, byte[] value, WriteOptions options) ReadOptions.snapshot()DB.write(WriteBatch updates, WriteOptions options) Methods in org.iq80.leveldb with parameters of type Snapshot -
Uses of Snapshot in org.iq80.leveldb.impl
Classes in org.iq80.leveldb.impl that implement SnapshotMethods in org.iq80.leveldb.impl that return SnapshotModifier and TypeMethodDescriptionDbImpl.delete(byte[] key, WriteOptions options) DbImpl.getSnapshot()DbImpl.put(byte[] key, byte[] value, WriteOptions options) DbImpl.write(WriteBatch updates, WriteOptions options) DbImpl.writeInternal(WriteBatchImpl updates, WriteOptions options)