Package | Description |
---|---|
org.iq80.leveldb | |
org.iq80.leveldb.impl |
Modifier and Type | Method and Description |
---|---|
Snapshot |
DB.delete(byte[] key,
WriteOptions options) |
Snapshot |
DB.getSnapshot() |
Snapshot |
DB.put(byte[] key,
byte[] value,
WriteOptions options) |
Snapshot |
ReadOptions.snapshot() |
Snapshot |
DB.write(WriteBatch updates,
WriteOptions options) |
Modifier and Type | Method and Description |
---|---|
ReadOptions |
ReadOptions.snapshot(Snapshot snapshot) |
Modifier and Type | Class and Description |
---|---|
class |
SnapshotImpl |
Modifier and Type | Method and Description |
---|---|
Snapshot |
DbImpl.delete(byte[] key,
WriteOptions options) |
Snapshot |
DbImpl.getSnapshot() |
Snapshot |
DbImpl.put(byte[] key,
byte[] value,
WriteOptions options) |
Snapshot |
DbImpl.write(WriteBatch updates,
WriteOptions options) |
Snapshot |
DbImpl.writeInternal(WriteBatchImpl updates,
WriteOptions options) |
Copyright © 2011–2018. All rights reserved.