Home
last modified time | relevance | path

Searched defs:rollbackToSavePoint (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DWriteBatchInterface.java278 void rollbackToSavePoint() throws RocksDBException; in rollbackToSavePoint() method
DAbstractWriteBatch.java142 public void rollbackToSavePoint() throws RocksDBException { in rollbackToSavePoint() method in AbstractWriteBatch
DTransaction.java242 public void rollbackToSavePoint() throws RocksDBException { in rollbackToSavePoint() method in Transaction
1894 private native void rollbackToSavePoint(final long handle) in rollbackToSavePoint() method in Transaction