Searched defs:fillCache (Results 1 – 2 of 2) sorted by relevance
24 public ReadOptions(final boolean verifyChecksums, final boolean fillCache) { in ReadOptions()79 public boolean fillCache() { in fillCache() method in ReadOptions93 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 ReadOptions585 private native void setFillCache(long handle, boolean fillCache); in setFillCache()
62 public void fillCache() { in fillCache() method in ReadOptionsTest