Class NativeReadOptions
java.lang.Object
org.fusesource.leveldbjni.internal.NativeReadOptions
@JniClass(name="leveldb::ReadOptions",
flags={STRUCT,CPP})
public class NativeReadOptions
extends Object
Provides a java interface to the C++ leveldb::ReadOptions class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate longprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfillCache(boolean fill_cache) snapshot()snapshot(NativeSnapshot snapshot) booleanverifyChecksums(boolean verify_checksums)
-
Field Details
-
verify_checksums
@JniField private boolean verify_checksums -
fill_cache
@JniField private boolean fill_cache -
snapshot
@JniField(cast="const leveldb::Snapshot*") private long snapshot
-
-
Constructor Details
-
NativeReadOptions
public NativeReadOptions()
-
-
Method Details
-
fillCache
public boolean fillCache() -
fillCache
-
snapshot
-
snapshot
-
verifyChecksums
public boolean verifyChecksums() -
verifyChecksums
-