Searched refs:setAllowMmapWrites (Results 1 – 6 of 6) sorted by relevance
585 public DBOptions setAllowMmapWrites( in setAllowMmapWrites() method in DBOptions588 setAllowMmapWrites(nativeHandle_, allowMmapWrites); in setAllowMmapWrites()1279 private native void setAllowMmapWrites( in setAllowMmapWrites() method in DBOptions
805 T setAllowMmapWrites(boolean allowMmapWrites); in setAllowMmapWrites() method
715 public Options setAllowMmapWrites(final boolean allowMmapWrites) { in setAllowMmapWrites() method in Options717 setAllowMmapWrites(nativeHandle_, allowMmapWrites); in setAllowMmapWrites()1898 private native void setAllowMmapWrites( in setAllowMmapWrites() method in Options
389 opt.setAllowMmapWrites(boolValue); in allowMmapWrites()
608 opt.setAllowMmapWrites(boolValue); in allowMmapWrites()
559 options.setAllowMmapWrites( in prepareOptions()