Searched refs:verifyChecksums (Results 1 – 2 of 2) sorted by relevance
24 public ReadOptions(final boolean verifyChecksums, final boolean fillCache) { in ReadOptions() argument25 super(newReadOptions(verifyChecksums, fillCache)); in ReadOptions()49 public boolean verifyChecksums() { in verifyChecksums() method in ReadOptions51 return verifyChecksums(nativeHandle_); in verifyChecksums()64 final boolean verifyChecksums) { in setVerifyChecksums() argument66 setVerifyChecksums(nativeHandle_, verifyChecksums); in setVerifyChecksums()577 private native static long newReadOptions(final boolean verifyChecksums, in newReadOptions() argument582 private native boolean verifyChecksums(long handle); in verifyChecksums() method in ReadOptions583 private native void setVerifyChecksums(long handle, boolean verifyChecksums); in setVerifyChecksums() argument
30 assertThat(opt.verifyChecksums()).isTrue(); in altConstructor()43 assertThat(opt.verifyChecksums()).isEqualTo(other.verifyChecksums()); in copyConstructor()57 assertThat(opt.verifyChecksums()).isEqualTo(boolValue); in verifyChecksum()218 readOptions.verifyChecksums(); in failVerifyChecksumUninitialized()