Uses of Class
org.iq80.leveldb.ReadOptions
Packages that use ReadOptions
-
Uses of ReadOptions in org.iq80.leveldb
Methods in org.iq80.leveldb that return ReadOptionsModifier and TypeMethodDescriptionReadOptions.fillCache(boolean fillCache) ReadOptions.verifyChecksums(boolean verifyChecksums) Methods in org.iq80.leveldb with parameters of type ReadOptionsModifier and TypeMethodDescriptionbyte[]DB.get(byte[] key, ReadOptions options) DB.iterator(ReadOptions options) -
Uses of ReadOptions in org.iq80.leveldb.impl
Methods in org.iq80.leveldb.impl with parameters of type ReadOptionsModifier and TypeMethodDescriptionbyte[]DbImpl.get(byte[] key, ReadOptions options) private SnapshotImplDbImpl.getSnapshot(ReadOptions options) DbImpl.iterator(ReadOptions options)