Uses of Class
org.fusesource.leveldbjni.internal.NativeReadOptions
Packages that use NativeReadOptions
-
Uses of NativeReadOptions in org.fusesource.leveldbjni.internal
Methods in org.fusesource.leveldbjni.internal that return NativeReadOptionsModifier and TypeMethodDescriptionprivate NativeReadOptionsJniDB.convert(org.iq80.leveldb.ReadOptions options) NativeReadOptions.fillCache(boolean fill_cache) NativeReadOptions.snapshot(NativeSnapshot snapshot) NativeReadOptions.verifyChecksums(boolean verify_checksums) Methods in org.fusesource.leveldbjni.internal with parameters of type NativeReadOptionsModifier and TypeMethodDescriptionbyte[]NativeDB.get(NativeReadOptions options, byte[] key) private byte[]NativeDB.get(NativeReadOptions options, NativeBuffer keyBuffer) private byte[]NativeDB.get(NativeReadOptions options, NativeSlice keySlice) (package private) static final longNativeDB.DBJNI.Get(long self, NativeReadOptions options, NativeSlice key, long value) NativeDB.iterator(NativeReadOptions options) (package private) static final longNativeDB.DBJNI.NewIterator(long self, NativeReadOptions options)