Home
last modified time | relevance | path

Searched refs:undoGetForUpdate (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DTransaction.java1617 public void undoGetForUpdate(final ColumnFamilyHandle columnFamilyHandle, in undoGetForUpdate() method in Transaction
1620 undoGetForUpdate(nativeHandle_, key, key.length, columnFamilyHandle.nativeHandle_); in undoGetForUpdate()
1653 public void undoGetForUpdate(final byte[] key) { in undoGetForUpdate() method in Transaction
1655 undoGetForUpdate(nativeHandle_, key, key.length); in undoGetForUpdate()
1999 private native void undoGetForUpdate(final long handle, final byte[] key, in undoGetForUpdate() method in Transaction
2001 private native void undoGetForUpdate(final long handle, final byte[] key, in undoGetForUpdate() method in Transaction
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DOptimisticTransactionTest.java206 txn3.undoGetForUpdate(testCf, k1); in undoGetForUpdate_cf_conflict()
240 txn3.undoGetForUpdate(k1); in undoGetForUpdate_conflict()
DAbstractTransactionTest.java765 txn.undoGetForUpdate(testCf, k1); in undoGetForUpdate_cf()
770 public void undoGetForUpdate() throws RocksDBException { in undoGetForUpdate() method in AbstractTransactionTest
779 txn.undoGetForUpdate(k1); in undoGetForUpdate()