Searched refs:maxBackgroundJobs (Results 1 – 8 of 8) sorted by relevance
13 T setMaxBackgroundJobs(int maxBackgroundJobs); in setMaxBackgroundJobs() argument22 int maxBackgroundJobs(); in maxBackgroundJobs() method
144 final int maxBackgroundJobs) { in setMaxBackgroundJobs() argument145 return setInt(DBOption.max_background_jobs, maxBackgroundJobs); in setMaxBackgroundJobs()149 public int maxBackgroundJobs() { in maxBackgroundJobs() method in MutableDBOptions.MutableDBOptionsBuilder
375 public DBOptions setMaxBackgroundJobs(final int maxBackgroundJobs) { in setMaxBackgroundJobs() argument377 setMaxBackgroundJobs(nativeHandle_, maxBackgroundJobs); in setMaxBackgroundJobs()382 public int maxBackgroundJobs() { in maxBackgroundJobs() method in DBOptions384 return maxBackgroundJobs(nativeHandle_); in maxBackgroundJobs()1242 private native void setMaxBackgroundJobs(long handle, int maxBackgroundJobs); in setMaxBackgroundJobs() argument1243 private native int maxBackgroundJobs(long handle); in maxBackgroundJobs() method in DBOptions
509 public int maxBackgroundJobs() { in maxBackgroundJobs() method in Options511 return maxBackgroundJobs(nativeHandle_); in maxBackgroundJobs()515 public Options setMaxBackgroundJobs(final int maxBackgroundJobs) { in setMaxBackgroundJobs() argument517 setMaxBackgroundJobs(nativeHandle_, maxBackgroundJobs); in setMaxBackgroundJobs()1859 private native int maxBackgroundJobs(long handle); in maxBackgroundJobs() method in Options
26 assertThat(builder.maxBackgroundJobs()).isEqualTo(5); in builder()
260 public void maxBackgroundJobs() { in maxBackgroundJobs() method in DBOptionsTest264 assertThat(opt.maxBackgroundJobs()).isEqualTo(intValue); in maxBackgroundJobs()
475 public void maxBackgroundJobs() { in maxBackgroundJobs() method in OptionsTest479 assertThat(opt.maxBackgroundJobs()).isEqualTo(intValue); in maxBackgroundJobs()
1116 max_background_jobs(defaultOptions_.maxBackgroundJobs(),