Home
last modified time | relevance | path

Searched refs: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() argument
220 setFallocateWithKeepSize(nativeHandle_, fallocateWithKeepSize); in setFallocateWithKeepSize()
229 public boolean fallocateWithKeepSize() { in fallocateWithKeepSize() method in EnvOptions
231 return fallocateWithKeepSize(nativeHandle_); in fallocateWithKeepSize()
352 final long handle, final boolean fallocateWithKeepSize); in setFallocateWithKeepSize() argument
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
101 assertThat(envOptions.fallocateWithKeepSize()).isEqualTo(boolValue); in fallocateWithKeepSize()