Searched refs:rollback (Results 1 – 7 of 7) sorted by relevance
214 public void rollback() throws RocksDBException { in rollback() method in Transaction216 rollback(nativeHandle_); in rollback()1892 private native void rollback(final long handle) throws RocksDBException; in rollback() method in Transaction
23 3) How do we rollback the data written by aborted transactions?25 …che_ to figure if `commit_seq` of the value is in its read snapshot. To rollback an aborted transa…
126 txn.rollback(); in repeatableRead()
123 txn.rollback(); in repeatableRead()
218 txn.rollback(); in state()
126 public void rollback() throws RocksDBException { in rollback() method in AbstractTransactionTest132 txn.rollback(); in rollback()
385 * Application using PessimisticTransactionDB is expected to rollback/commit recovered transactions …475 * Disable rollback of merge operands in WritePrepared transactions to work around an issue in MyRoc…