Home
last modified time | relevance | path

Searched refs:setAllowFAllocate (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptions.java628 public DBOptions setAllowFAllocate(final boolean allowFAllocate) { in setAllowFAllocate() method in DBOptions
630 setAllowFAllocate(nativeHandle_, allowFAllocate); in setAllowFAllocate()
1273 private native void setAllowFAllocate(final long handle, in setAllowFAllocate() method in DBOptions
DDBOptionsInterface.java773 T setAllowFAllocate(boolean allowFAllocate); in setAllowFAllocate() method
DOptions.java683 public Options setAllowFAllocate(final boolean allowFAllocate) { in setAllowFAllocate() method in Options
685 setAllowFAllocate(nativeHandle_, allowFAllocate); in setAllowFAllocate()
1892 private native void setAllowFAllocate(final long handle, in setAllowFAllocate() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java371 opt.setAllowFAllocate(boolValue); in allowFAllocate()
DOptionsTest.java590 opt.setAllowFAllocate(boolValue); in allowFAllocate()