Searched refs:hasCommit (Results 1 – 2 of 2) sorted by relevance
155 public boolean hasCommit() { in hasCommit() method in WriteBatch156 return hasCommit(nativeHandle_); in hasCommit()277 private native boolean hasCommit(final long nativeHandle); in hasCommit() method in WriteBatch
448 public void hasCommit() throws RocksDBException { in hasCommit() method in WriteBatchTest450 assertThat(batch.hasCommit()).isFalse(); in hasCommit()