Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DEnvOptions.java219 final boolean fallocateWithKeepSize) { in setFallocateWithKeepSize()
229 public boolean fallocateWithKeepSize() { in fallocateWithKeepSize() method in EnvOptions
352 final long handle, final boolean fallocateWithKeepSize); in setFallocateWithKeepSize()
353 private native boolean fallocateWithKeepSize(final long handle); in fallocateWithKeepSize() method in EnvOptions
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DEnvOptionsTest.java97 public void fallocateWithKeepSize() { in fallocateWithKeepSize() method in EnvOptionsTest