Home
last modified time | relevance | path

Searched refs:setAllowMmapWrites (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptions.java585 public DBOptions setAllowMmapWrites( in setAllowMmapWrites() method in DBOptions
588 setAllowMmapWrites(nativeHandle_, allowMmapWrites); in setAllowMmapWrites()
1279 private native void setAllowMmapWrites( in setAllowMmapWrites() method in DBOptions
DDBOptionsInterface.java805 T setAllowMmapWrites(boolean allowMmapWrites); in setAllowMmapWrites() method
DOptions.java715 public Options setAllowMmapWrites(final boolean allowMmapWrites) { in setAllowMmapWrites() method in Options
717 setAllowMmapWrites(nativeHandle_, allowMmapWrites); in setAllowMmapWrites()
1898 private native void setAllowMmapWrites( in setAllowMmapWrites() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java389 opt.setAllowMmapWrites(boolValue); in allowMmapWrites()
DOptionsTest.java608 opt.setAllowMmapWrites(boolValue); in allowMmapWrites()
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java559 options.setAllowMmapWrites( in prepareOptions()