Searched refs:baseBackgroundCompactions (Results 1 – 6 of 6) sorted by relevance
38 void setBaseBackgroundCompactions(int baseBackgroundCompactions); in setBaseBackgroundCompactions() argument50 int baseBackgroundCompactions(); in baseBackgroundCompactions() method
156 final int baseBackgroundCompactions) { in setBaseBackgroundCompactions() argument158 baseBackgroundCompactions); in setBaseBackgroundCompactions()162 public int baseBackgroundCompactions() { in baseBackgroundCompactions() method in MutableDBOptions.MutableDBOptionsBuilder
390 final int baseBackgroundCompactions) { in setBaseBackgroundCompactions() argument392 setBaseBackgroundCompactions(nativeHandle_, baseBackgroundCompactions); in setBaseBackgroundCompactions()396 public int baseBackgroundCompactions() { in baseBackgroundCompactions() method in DBOptions398 return baseBackgroundCompactions(nativeHandle_); in baseBackgroundCompactions()1232 int baseBackgroundCompactions); in setBaseBackgroundCompactions() argument1233 private native int baseBackgroundCompactions(long handle); in baseBackgroundCompactions() method in DBOptions
459 final int baseBackgroundCompactions) { in setBaseBackgroundCompactions() argument461 setBaseBackgroundCompactions(nativeHandle_, baseBackgroundCompactions); in setBaseBackgroundCompactions()465 public int baseBackgroundCompactions() { in baseBackgroundCompactions() method in Options467 return baseBackgroundCompactions(nativeHandle_); in baseBackgroundCompactions()1848 int baseBackgroundCompactions); in setBaseBackgroundCompactions() argument1849 private native int baseBackgroundCompactions(long handle); in baseBackgroundCompactions() method in Options
34 assertThat(origOpts.baseBackgroundCompactions()).isEqualTo( in copyConstructor()35 copyOpts.baseBackgroundCompactions()); in copyConstructor()220 public void baseBackgroundCompactions() { in baseBackgroundCompactions() method in DBOptionsTest224 assertThat(opt.baseBackgroundCompactions()). in baseBackgroundCompactions()
433 public void baseBackgroundCompactions() { in baseBackgroundCompactions() method in OptionsTest437 assertThat(opt.baseBackgroundCompactions()). in baseBackgroundCompactions()