Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DReadOptions.java24 public ReadOptions(final boolean verifyChecksums, final boolean fillCache) { in ReadOptions()
79 public boolean fillCache() { in fillCache() method in ReadOptions
93 public ReadOptions setFillCache(final boolean fillCache) { in setFillCache()
578 final boolean fillCache); in newReadOptions()
584 private native boolean fillCache(long handle); in fillCache() method in ReadOptions
585 private native void setFillCache(long handle, boolean fillCache); in setFillCache()
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DReadOptionsTest.java62 public void fillCache() { in fillCache() method in ReadOptionsTest