Package org.iq80.leveldb
Class ReadOptions
java.lang.Object
org.iq80.leveldb.ReadOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfillCache(boolean fillCache) snapshot()booleanverifyChecksums(boolean verifyChecksums)
-
Field Details
-
verifyChecksums
private boolean verifyChecksums -
fillCache
private boolean fillCache -
snapshot
-
-
Constructor Details
-
ReadOptions
public ReadOptions()
-
-
Method Details
-
snapshot
-
snapshot
-
fillCache
public boolean fillCache() -
fillCache
-
verifyChecksums
public boolean verifyChecksums() -
verifyChecksums
-