Searched refs:maxBackgroundFlushes (Results 1 – 6 of 6) sorted by relevance
433 final int maxBackgroundFlushes) { in setMaxBackgroundFlushes() argument435 setMaxBackgroundFlushes(nativeHandle_, maxBackgroundFlushes); in setMaxBackgroundFlushes()441 public int maxBackgroundFlushes() { in maxBackgroundFlushes() method in DBOptions443 return maxBackgroundFlushes(nativeHandle_); in maxBackgroundFlushes()1240 long handle, int maxBackgroundFlushes); in setMaxBackgroundFlushes() argument1241 private native int maxBackgroundFlushes(long handle); in maxBackgroundFlushes() method in DBOptions
458 T setMaxBackgroundFlushes(int maxBackgroundFlushes); in setMaxBackgroundFlushes() argument477 int maxBackgroundFlushes(); in maxBackgroundFlushes() method
494 public int maxBackgroundFlushes() { in maxBackgroundFlushes() method in Options496 return maxBackgroundFlushes(nativeHandle_); in maxBackgroundFlushes()502 final int maxBackgroundFlushes) { in setMaxBackgroundFlushes() argument504 setMaxBackgroundFlushes(nativeHandle_, maxBackgroundFlushes); in setMaxBackgroundFlushes()1856 long handle, int maxBackgroundFlushes); in setMaxBackgroundFlushes() argument1857 private native int maxBackgroundFlushes(long handle); in maxBackgroundFlushes() method in Options
251 public void maxBackgroundFlushes() { in maxBackgroundFlushes() method in DBOptionsTest255 assertThat(opt.maxBackgroundFlushes()).isEqualTo(intValue); in maxBackgroundFlushes()
465 public void maxBackgroundFlushes() { in maxBackgroundFlushes() method in OptionsTest469 assertThat(opt.maxBackgroundFlushes()). in maxBackgroundFlushes()
1109 defaultOptions_.maxBackgroundFlushes(),