| Modifier and Type | Method and Description |
|---|---|
WriteOptions |
WriteOptions.snapshot(boolean snapshot) |
WriteOptions |
WriteOptions.sync(boolean sync) |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
DB.delete(byte[] key,
WriteOptions options) |
Snapshot |
DB.put(byte[] key,
byte[] value,
WriteOptions options) |
Snapshot |
DB.write(WriteBatch updates,
WriteOptions options) |
Copyright © 2011–2017. All rights reserved.