Home
last modified time | relevance | path

Searched refs:setMaxBackgroundCompactions (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() method
DDBOptions.java403 public DBOptions setMaxBackgroundCompactions( in setMaxBackgroundCompactions() method in DBOptions
406 setMaxBackgroundCompactions(nativeHandle_, maxBackgroundCompactions); in setMaxBackgroundCompactions()
1234 private native void setMaxBackgroundCompactions( in setMaxBackgroundCompactions() method in DBOptions
DMutableDBOptions.java168 public MutableDBOptionsBuilder setMaxBackgroundCompactions( in setMaxBackgroundCompactions() method in MutableDBOptions.MutableDBOptionsBuilder
DOptions.java472 public Options setMaxBackgroundCompactions( in setMaxBackgroundCompactions() method in Options
475 setMaxBackgroundCompactions(nativeHandle_, maxBackgroundCompactions); in setMaxBackgroundCompactions()
1850 private native void setMaxBackgroundCompactions( in setMaxBackgroundCompactions() method in Options
/rocksdb-6.9/java/samples/src/main/java/
DRocksDBSample.java48 .setMaxBackgroundCompactions(10) in main()
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java234 opt.setMaxBackgroundCompactions(intValue); in maxBackgroundCompactions()
DOptionsTest.java447 opt.setMaxBackgroundCompactions(intValue); in maxBackgroundCompactions()
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java540 options.setMaxBackgroundCompactions( in prepareOptions()