Searched refs:hasRollback (Results 1 – 2 of 2) sorted by relevance
164 public boolean hasRollback() { in hasRollback() method in WriteBatch165 return hasRollback(nativeHandle_); in hasRollback()278 private native boolean hasRollback(final long nativeHandle); in hasRollback() method in WriteBatch
455 public void hasRollback() throws RocksDBException { in hasRollback() method in WriteBatchTest457 assertThat(batch.hasRollback()).isFalse(); in hasRollback()