Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DEnvOptions.java218 public EnvOptions setFallocateWithKeepSize( in setFallocateWithKeepSize() method in EnvOptions
220 setFallocateWithKeepSize(nativeHandle_, fallocateWithKeepSize); in setFallocateWithKeepSize()
351 private native void setFallocateWithKeepSize( in setFallocateWithKeepSize() method in EnvOptions
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DEnvOptionsTest.java100 envOptions.setFallocateWithKeepSize(boolValue); in fallocateWithKeepSize()