| Package | Description |
|---|---|
| org.fusesource.leveldbjni.internal |
| Modifier and Type | Method and Description |
|---|---|
private NativeReadOptions |
JniDB.convert(org.iq80.leveldb.ReadOptions options) |
NativeReadOptions |
NativeReadOptions.fillCache(boolean fill_cache) |
NativeReadOptions |
NativeReadOptions.snapshot(NativeSnapshot snapshot) |
NativeReadOptions |
NativeReadOptions.verifyChecksums(boolean verify_checksums) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static long |
NativeDB.DBJNI.Get(long self,
NativeReadOptions options,
NativeSlice key,
long value) |
byte[] |
NativeDB.get(NativeReadOptions options,
byte[] key) |
private byte[] |
NativeDB.get(NativeReadOptions options,
NativeBuffer keyBuffer) |
private byte[] |
NativeDB.get(NativeReadOptions options,
NativeSlice keySlice) |
NativeIterator |
NativeDB.iterator(NativeReadOptions options) |
(package private) static long |
NativeDB.DBJNI.NewIterator(long self,
NativeReadOptions options) |