Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptions.java433 final int maxBackgroundFlushes) { in setMaxBackgroundFlushes() argument
435 setMaxBackgroundFlushes(nativeHandle_, maxBackgroundFlushes); in setMaxBackgroundFlushes()
441 public int maxBackgroundFlushes() { in maxBackgroundFlushes() method in DBOptions
443 return maxBackgroundFlushes(nativeHandle_); in maxBackgroundFlushes()
1240 long handle, int maxBackgroundFlushes); in setMaxBackgroundFlushes() argument
1241 private native int maxBackgroundFlushes(long handle); in maxBackgroundFlushes() method in DBOptions
DDBOptionsInterface.java458 T setMaxBackgroundFlushes(int maxBackgroundFlushes); in setMaxBackgroundFlushes() argument
477 int maxBackgroundFlushes(); in maxBackgroundFlushes() method
DOptions.java494 public int maxBackgroundFlushes() { in maxBackgroundFlushes() method in Options
496 return maxBackgroundFlushes(nativeHandle_); in maxBackgroundFlushes()
502 final int maxBackgroundFlushes) { in setMaxBackgroundFlushes() argument
504 setMaxBackgroundFlushes(nativeHandle_, maxBackgroundFlushes); in setMaxBackgroundFlushes()
1856 long handle, int maxBackgroundFlushes); in setMaxBackgroundFlushes() argument
1857 private native int maxBackgroundFlushes(long handle); in maxBackgroundFlushes() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java251 public void maxBackgroundFlushes() { in maxBackgroundFlushes() method in DBOptionsTest
255 assertThat(opt.maxBackgroundFlushes()).isEqualTo(intValue); in maxBackgroundFlushes()
DOptionsTest.java465 public void maxBackgroundFlushes() { in maxBackgroundFlushes() method in OptionsTest
469 assertThat(opt.maxBackgroundFlushes()). in maxBackgroundFlushes()
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java1109 defaultOptions_.maxBackgroundFlushes(),