Searched refs:setMaxBackgroundCompactions (Results 1 – 8 of 8) sorted by relevance
75 T setMaxBackgroundCompactions(int maxBackgroundCompactions); in setMaxBackgroundCompactions() method
403 public DBOptions setMaxBackgroundCompactions( in setMaxBackgroundCompactions() method in DBOptions406 setMaxBackgroundCompactions(nativeHandle_, maxBackgroundCompactions); in setMaxBackgroundCompactions()1234 private native void setMaxBackgroundCompactions( in setMaxBackgroundCompactions() method in DBOptions
168 public MutableDBOptionsBuilder setMaxBackgroundCompactions( in setMaxBackgroundCompactions() method in MutableDBOptions.MutableDBOptionsBuilder
472 public Options setMaxBackgroundCompactions( in setMaxBackgroundCompactions() method in Options475 setMaxBackgroundCompactions(nativeHandle_, maxBackgroundCompactions); in setMaxBackgroundCompactions()1850 private native void setMaxBackgroundCompactions( in setMaxBackgroundCompactions() method in Options
48 .setMaxBackgroundCompactions(10) in main()
234 opt.setMaxBackgroundCompactions(intValue); in maxBackgroundCompactions()
447 opt.setMaxBackgroundCompactions(intValue); in maxBackgroundCompactions()
540 options.setMaxBackgroundCompactions( in prepareOptions()