| 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) |
Copyright © 2011–2017. All rights reserved.