Searched refs:maxBackgroundCompactions (Results 1 – 8 of 8) sorted by relevance
75 T setMaxBackgroundCompactions(int maxBackgroundCompactions); in setMaxBackgroundCompactions() argument97 int maxBackgroundCompactions(); in maxBackgroundCompactions() method
169 final int maxBackgroundCompactions) { in setMaxBackgroundCompactions() argument171 maxBackgroundCompactions); in setMaxBackgroundCompactions()176 public int maxBackgroundCompactions() { in maxBackgroundCompactions() method in MutableDBOptions.MutableDBOptionsBuilder
404 final int maxBackgroundCompactions) { in setMaxBackgroundCompactions() argument406 setMaxBackgroundCompactions(nativeHandle_, maxBackgroundCompactions); in setMaxBackgroundCompactions()412 public int maxBackgroundCompactions() { in maxBackgroundCompactions() method in DBOptions414 return maxBackgroundCompactions(nativeHandle_); in maxBackgroundCompactions()1235 long handle, int maxBackgroundCompactions); in setMaxBackgroundCompactions() argument1236 private native int maxBackgroundCompactions(long handle); in maxBackgroundCompactions() method in DBOptions
433 public int maxBackgroundCompactions() { in maxBackgroundCompactions() method in Options435 return maxBackgroundCompactions(nativeHandle_); in maxBackgroundCompactions()473 final int maxBackgroundCompactions) { in setMaxBackgroundCompactions() argument475 setMaxBackgroundCompactions(nativeHandle_, maxBackgroundCompactions); in setMaxBackgroundCompactions()1851 long handle, int maxBackgroundCompactions); in setMaxBackgroundCompactions() argument1852 private native int maxBackgroundCompactions(long handle); in maxBackgroundCompactions() method in Options
231 public void maxBackgroundCompactions() { in maxBackgroundCompactions() method in DBOptionsTest235 assertThat(opt.maxBackgroundCompactions()).isEqualTo(intValue); in maxBackgroundCompactions()
444 public void maxBackgroundCompactions() { in maxBackgroundCompactions() method in OptionsTest448 assertThat(opt.maxBackgroundCompactions()). in maxBackgroundCompactions()
58 assert (options.maxBackgroundCompactions() == 10); in main()
1101 defaultOptions_.maxBackgroundCompactions(),