Home
last modified time | relevance | path

Searched defs:verifyChecksums (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DReadOptions.java24 public ReadOptions(final boolean verifyChecksums, final boolean fillCache) { in ReadOptions()
49 public boolean verifyChecksums() { in verifyChecksums() method in ReadOptions
64 final boolean verifyChecksums) { in setVerifyChecksums()
577 private native static long newReadOptions(final boolean verifyChecksums, in newReadOptions()
582 private native boolean verifyChecksums(long handle); in verifyChecksums() method in ReadOptions
583 private native void setVerifyChecksums(long handle, boolean verifyChecksums); in setVerifyChecksums()