Searched refs:setMaxBackgroundFlushes (Results 1 – 6 of 6) sorted by relevance
432 public DBOptions setMaxBackgroundFlushes( in setMaxBackgroundFlushes() method in DBOptions435 setMaxBackgroundFlushes(nativeHandle_, maxBackgroundFlushes); in setMaxBackgroundFlushes()1239 private native void setMaxBackgroundFlushes( in setMaxBackgroundFlushes() method in DBOptions
458 T setMaxBackgroundFlushes(int maxBackgroundFlushes); in setMaxBackgroundFlushes() method
501 public Options setMaxBackgroundFlushes( in setMaxBackgroundFlushes() method in Options504 setMaxBackgroundFlushes(nativeHandle_, maxBackgroundFlushes); in setMaxBackgroundFlushes()1855 private native void setMaxBackgroundFlushes( in setMaxBackgroundFlushes() method in Options
254 opt.setMaxBackgroundFlushes(intValue); in maxBackgroundFlushes()
468 opt.setMaxBackgroundFlushes(intValue); in maxBackgroundFlushes()
544 options.setMaxBackgroundFlushes( in prepareOptions()