| Modifier and Type | Method and Description |
|---|---|
void |
DB.compactRange(byte[] begin,
byte[] end)
Force a compaction of the specified key range.
|
void |
DB.delete(byte[] key) |
Snapshot |
DB.delete(byte[] key,
WriteOptions options) |
byte[] |
DB.get(byte[] key) |
byte[] |
DB.get(byte[] key,
ReadOptions options) |
void |
DB.put(byte[] key,
byte[] value) |
Snapshot |
DB.put(byte[] key,
byte[] value,
WriteOptions options) |
void |
DB.write(WriteBatch updates) |
Snapshot |
DB.write(WriteBatch updates,
WriteOptions options) |
Copyright © 2011–2017. All rights reserved.