Home
last modified time | relevance | path

Searched defs:hasCommit (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DWriteBatch.java155 public boolean hasCommit() { in hasCommit() method in WriteBatch
277 private native boolean hasCommit(final long nativeHandle); in hasCommit() method in WriteBatch
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DWriteBatchTest.java448 public void hasCommit() throws RocksDBException { in hasCommit() method in WriteBatchTest