Searched refs:flushWal (Results 1 – 2 of 2) sorted by relevance
3686 public void flushWal(final boolean sync) throws RocksDBException { in flushWal() method in RocksDB3687 flushWal(nativeHandle_, sync); in flushWal()4476 private native void flushWal(final long handle, final boolean sync) in flushWal() method in RocksDB
1372 public void flushWal() throws RocksDBException { in flushWal() method in RocksDBTest1376 db.flushWal(true); in flushWal()