Searched defs:undoGetForUpdate (Results 1 – 2 of 2) sorted by relevance
1617 public void undoGetForUpdate(final ColumnFamilyHandle columnFamilyHandle, in undoGetForUpdate() method in Transaction1653 public void undoGetForUpdate(final byte[] key) { in undoGetForUpdate() method in Transaction1999 private native void undoGetForUpdate(final long handle, final byte[] key, in undoGetForUpdate() method in Transaction2001 private native void undoGetForUpdate(final long handle, final byte[] key, in undoGetForUpdate() method in Transaction
770 public void undoGetForUpdate() throws RocksDBException { in undoGetForUpdate() method in AbstractTransactionTest