Home
last modified time | relevance | path

Searched defs:maxBackgroundCompactions (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableDBOptionsInterface.java75 T setMaxBackgroundCompactions(int maxBackgroundCompactions); in setMaxBackgroundCompactions()
97 int maxBackgroundCompactions(); in maxBackgroundCompactions() method
DMutableDBOptions.java169 final int maxBackgroundCompactions) { in setMaxBackgroundCompactions()
176 public int maxBackgroundCompactions() { in maxBackgroundCompactions() method in MutableDBOptions.MutableDBOptionsBuilder
DDBOptions.java404 final int maxBackgroundCompactions) { in setMaxBackgroundCompactions()
412 public int maxBackgroundCompactions() { in maxBackgroundCompactions() method in DBOptions
1235 long handle, int maxBackgroundCompactions); in setMaxBackgroundCompactions()
1236 private native int maxBackgroundCompactions(long handle); in maxBackgroundCompactions() method in DBOptions
DOptions.java433 public int maxBackgroundCompactions() { in maxBackgroundCompactions() method in Options
473 final int maxBackgroundCompactions) { in setMaxBackgroundCompactions()
1851 long handle, int maxBackgroundCompactions); in setMaxBackgroundCompactions()
1852 private native int maxBackgroundCompactions(long handle); in maxBackgroundCompactions() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java231 public void maxBackgroundCompactions() { in maxBackgroundCompactions() method in DBOptionsTest
DOptionsTest.java444 public void maxBackgroundCompactions() { in maxBackgroundCompactions() method in OptionsTest