@JniClass(name="leveldb::ReadOptions", flags={STRUCT,CPP}) public class NativeReadOptions extends Object
Constructor and Description |
---|
NativeReadOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
fillCache() |
NativeReadOptions |
fillCache(boolean fill_cache) |
NativeSnapshot |
snapshot() |
NativeReadOptions |
snapshot(NativeSnapshot snapshot) |
boolean |
verifyChecksums() |
NativeReadOptions |
verifyChecksums(boolean verify_checksums) |
public boolean fillCache()
public NativeReadOptions fillCache(boolean fill_cache)
public NativeSnapshot snapshot()
public NativeReadOptions snapshot(NativeSnapshot snapshot)
public boolean verifyChecksums()
public NativeReadOptions verifyChecksums(boolean verify_checksums)
Copyright © 2009–2024 FuseSource, Corp.. All rights reserved.