Home
last modified time | relevance | path

Searched refs:newReadOptions (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DReadOptions.java16 super(newReadOptions()); in ReadOptions()
25 super(newReadOptions(verifyChecksums, fillCache)); in ReadOptions()
576 private native static long newReadOptions(); in newReadOptions() method in ReadOptions
577 private native static long newReadOptions(final boolean verifyChecksums, in newReadOptions() method in ReadOptions