void |
NativeDB.delete(NativeWriteOptions options,
byte[] key) |
static void |
NativeDB.destroy(File path,
NativeOptions options) |
byte[] |
NativeDB.get(NativeReadOptions options,
byte[] key) |
byte[] |
NativeIterator.key() |
void |
NativeIterator.next() |
static NativeDB |
NativeDB.open(NativeOptions options,
File path) |
void |
NativeIterator.prev() |
void |
NativeDB.put(NativeWriteOptions options,
byte[] key,
byte[] value) |
static void |
NativeDB.repair(File path,
NativeOptions options) |
void |
NativeIterator.seek(byte[] key) |
byte[] |
NativeIterator.value() |
void |
NativeDB.write(NativeWriteOptions options,
NativeWriteBatch updates) |