Searched refs:setMaxBackgroundJobs (Results 1 – 8 of 8) sorted by relevance
22 .setMaxBackgroundJobs(5) in builder()43 .setMaxBackgroundJobs(5) in builder_build()
30 origOpts.setMaxBackgroundJobs(rand.nextInt(10)); in copyConstructor()263 opt.setMaxBackgroundJobs(intValue); in maxBackgroundJobs()
478 opt.setMaxBackgroundJobs(intValue); in maxBackgroundJobs()
13 T setMaxBackgroundJobs(int maxBackgroundJobs); in setMaxBackgroundJobs() method
375 public DBOptions setMaxBackgroundJobs(final int maxBackgroundJobs) { in setMaxBackgroundJobs() method in DBOptions377 setMaxBackgroundJobs(nativeHandle_, maxBackgroundJobs); in setMaxBackgroundJobs()1242 private native void setMaxBackgroundJobs(long handle, int maxBackgroundJobs); in setMaxBackgroundJobs() method in DBOptions
143 public MutableDBOptionsBuilder setMaxBackgroundJobs( in setMaxBackgroundJobs() method in MutableDBOptions.MutableDBOptionsBuilder
515 public Options setMaxBackgroundJobs(final int maxBackgroundJobs) { in setMaxBackgroundJobs() method in Options517 setMaxBackgroundJobs(nativeHandle_, maxBackgroundJobs); in setMaxBackgroundJobs()1858 private native void setMaxBackgroundJobs(long handle, int maxMaxBackgroundJobs); in setMaxBackgroundJobs() method in Options
546 options.setMaxBackgroundJobs((Integer) flags_.get(Flag.max_background_jobs)); in prepareOptions()