Home
last modified time | relevance | path

Searched refs:maxBackgroundCompactions (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableDBOptionsInterface.java75 T setMaxBackgroundCompactions(int maxBackgroundCompactions); in setMaxBackgroundCompactions() argument
97 int maxBackgroundCompactions(); in maxBackgroundCompactions() method
DMutableDBOptions.java169 final int maxBackgroundCompactions) { in setMaxBackgroundCompactions() argument
171 maxBackgroundCompactions); in setMaxBackgroundCompactions()
176 public int maxBackgroundCompactions() { in maxBackgroundCompactions() method in MutableDBOptions.MutableDBOptionsBuilder
DDBOptions.java404 final int maxBackgroundCompactions) { in setMaxBackgroundCompactions() argument
406 setMaxBackgroundCompactions(nativeHandle_, maxBackgroundCompactions); in setMaxBackgroundCompactions()
412 public int maxBackgroundCompactions() { in maxBackgroundCompactions() method in DBOptions
414 return maxBackgroundCompactions(nativeHandle_); in maxBackgroundCompactions()
1235 long handle, int maxBackgroundCompactions); in setMaxBackgroundCompactions() argument
1236 private native int maxBackgroundCompactions(long handle); in maxBackgroundCompactions() method in DBOptions
DOptions.java433 public int maxBackgroundCompactions() { in maxBackgroundCompactions() method in Options
435 return maxBackgroundCompactions(nativeHandle_); in maxBackgroundCompactions()
473 final int maxBackgroundCompactions) { in setMaxBackgroundCompactions() argument
475 setMaxBackgroundCompactions(nativeHandle_, maxBackgroundCompactions); in setMaxBackgroundCompactions()
1851 long handle, int maxBackgroundCompactions); in setMaxBackgroundCompactions() argument
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
235 assertThat(opt.maxBackgroundCompactions()).isEqualTo(intValue); in maxBackgroundCompactions()
DOptionsTest.java444 public void maxBackgroundCompactions() { in maxBackgroundCompactions() method in OptionsTest
448 assertThat(opt.maxBackgroundCompactions()). in maxBackgroundCompactions()
/rocksdb-6.9/java/samples/src/main/java/
DRocksDBSample.java58 assert (options.maxBackgroundCompactions() == 10); in main()
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java1101 defaultOptions_.maxBackgroundCompactions(),