Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptionsInterface.java458 T setMaxBackgroundFlushes(int maxBackgroundFlushes); in setMaxBackgroundFlushes()
477 int maxBackgroundFlushes(); in maxBackgroundFlushes() method
DDBOptions.java433 final int maxBackgroundFlushes) { in setMaxBackgroundFlushes()
441 public int maxBackgroundFlushes() { in maxBackgroundFlushes() method in DBOptions
1240 long handle, int maxBackgroundFlushes); in setMaxBackgroundFlushes()
1241 private native int maxBackgroundFlushes(long handle); in maxBackgroundFlushes() method in DBOptions
DOptions.java494 public int maxBackgroundFlushes() { in maxBackgroundFlushes() method in Options
502 final int maxBackgroundFlushes) { in setMaxBackgroundFlushes()
1856 long handle, int maxBackgroundFlushes); in setMaxBackgroundFlushes()
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
DOptionsTest.java465 public void maxBackgroundFlushes() { in maxBackgroundFlushes() method in OptionsTest