| Modifier and Type | Method and Description |
|---|---|
WriteBatch |
DB.createWriteBatch() |
WriteBatch |
WriteBatch.delete(byte[] key) |
WriteBatch |
WriteBatch.put(byte[] key,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DB.write(WriteBatch updates) |
Snapshot |
DB.write(WriteBatch updates,
WriteOptions options) |
Copyright © 2011-2016. All Rights Reserved.