Searched refs:allowMmapWrites (Results 1 – 5 of 5) sorted by relevance
586 final boolean allowMmapWrites) { in setAllowMmapWrites() argument588 setAllowMmapWrites(nativeHandle_, allowMmapWrites); in setAllowMmapWrites()593 public boolean allowMmapWrites() { in allowMmapWrites() method in DBOptions595 return allowMmapWrites(nativeHandle_); in allowMmapWrites()1280 long handle, boolean allowMmapWrites); in setAllowMmapWrites() argument1281 private native boolean allowMmapWrites(long handle); in allowMmapWrites() method in DBOptions
805 T setAllowMmapWrites(boolean allowMmapWrites); in setAllowMmapWrites() argument812 boolean allowMmapWrites(); in allowMmapWrites() method
709 public boolean allowMmapWrites() { in allowMmapWrites() method in Options711 return allowMmapWrites(nativeHandle_); in allowMmapWrites()715 public Options setAllowMmapWrites(final boolean allowMmapWrites) { in setAllowMmapWrites() argument717 setAllowMmapWrites(nativeHandle_, allowMmapWrites); in setAllowMmapWrites()1899 long handle, boolean allowMmapWrites); in setAllowMmapWrites() argument1900 private native boolean allowMmapWrites(long handle); in allowMmapWrites() method in Options
386 public void allowMmapWrites() { in allowMmapWrites() method in DBOptionsTest390 assertThat(opt.allowMmapWrites()).isEqualTo(boolValue); in allowMmapWrites()
605 public void allowMmapWrites() { in allowMmapWrites() method in OptionsTest609 assertThat(opt.allowMmapWrites()).isEqualTo(boolValue); in allowMmapWrites()