Searched refs:setWalBytesPerSync (Results 1 – 6 of 6) sorted by relevance
366 T setWalBytesPerSync(long walBytesPerSync); in setWalBytesPerSync() method
831 public DBOptions setWalBytesPerSync(final long walBytesPerSync) { in setWalBytesPerSync() method in DBOptions833 setWalBytesPerSync(nativeHandle_, walBytesPerSync); in setWalBytesPerSync()1325 private native void setWalBytesPerSync(long handle, long walBytesPerSync); in setWalBytesPerSync() method in DBOptions
292 public MutableDBOptionsBuilder setWalBytesPerSync( in setWalBytesPerSync() method in MutableDBOptions.MutableDBOptionsBuilder
907 public Options setWalBytesPerSync(final long walBytesPerSync) { in setWalBytesPerSync() method in Options909 setWalBytesPerSync(nativeHandle_, walBytesPerSync); in setWalBytesPerSync()1944 private native void setWalBytesPerSync(long handle, long walBytesPerSync); in setWalBytesPerSync() method in Options
535 opt.setWalBytesPerSync(longValue); in walBytesPerSync()
754 opt.setWalBytesPerSync(longValue); in walBytesPerSync()