Home
last modified time | relevance | path

Searched defs:allowMmapWrites (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptionsInterface.java805 T setAllowMmapWrites(boolean allowMmapWrites); in setAllowMmapWrites()
812 boolean allowMmapWrites(); in allowMmapWrites() method
DDBOptions.java586 final boolean allowMmapWrites) { in setAllowMmapWrites()
593 public boolean allowMmapWrites() { in allowMmapWrites() method in DBOptions
1280 long handle, boolean allowMmapWrites); in setAllowMmapWrites()
1281 private native boolean allowMmapWrites(long handle); in allowMmapWrites() method in DBOptions
DOptions.java709 public boolean allowMmapWrites() { in allowMmapWrites() method in Options
715 public Options setAllowMmapWrites(final boolean allowMmapWrites) { in setAllowMmapWrites()
1899 long handle, boolean allowMmapWrites); in setAllowMmapWrites()
1900 private native boolean allowMmapWrites(long handle); in allowMmapWrites() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java386 public void allowMmapWrites() { in allowMmapWrites() method in DBOptionsTest
DOptionsTest.java605 public void allowMmapWrites() { in allowMmapWrites() method in OptionsTest