Searched refs:walBytesPerSync (Results 1 – 6 of 6) sorted by relevance
366 T setWalBytesPerSync(long walBytesPerSync); in setWalBytesPerSync() argument375 long walBytesPerSync(); in walBytesPerSync() method
293 final long walBytesPerSync) { in setWalBytesPerSync() argument294 return setLong(DBOption.wal_bytes_per_sync, walBytesPerSync); in setWalBytesPerSync()298 public long walBytesPerSync() { in walBytesPerSync() method in MutableDBOptions.MutableDBOptionsBuilder
831 public DBOptions setWalBytesPerSync(final long walBytesPerSync) { in setWalBytesPerSync() argument833 setWalBytesPerSync(nativeHandle_, walBytesPerSync); in setWalBytesPerSync()838 public long walBytesPerSync() { in walBytesPerSync() method in DBOptions840 return walBytesPerSync(nativeHandle_); in walBytesPerSync()1325 private native void setWalBytesPerSync(long handle, long walBytesPerSync); in setWalBytesPerSync() argument1326 private native long walBytesPerSync(long handle); in walBytesPerSync() method in DBOptions
907 public Options setWalBytesPerSync(final long walBytesPerSync) { in setWalBytesPerSync() argument909 setWalBytesPerSync(nativeHandle_, walBytesPerSync); in setWalBytesPerSync()914 public long walBytesPerSync() { in walBytesPerSync() method in Options916 return walBytesPerSync(nativeHandle_); in walBytesPerSync()1944 private native void setWalBytesPerSync(long handle, long walBytesPerSync); in setWalBytesPerSync() argument1945 private native long walBytesPerSync(long handle); in walBytesPerSync() method in Options
532 public void walBytesPerSync() { in walBytesPerSync() method in DBOptionsTest536 assertThat(opt.walBytesPerSync()).isEqualTo(longValue); in walBytesPerSync()
751 public void walBytesPerSync() { in walBytesPerSync() method in OptionsTest755 assertThat(opt.walBytesPerSync()).isEqualTo(longValue); in walBytesPerSync()