Home
last modified time | relevance | path

Searched defs:getForUpdate (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DTransaction.java444 public byte[] getForUpdate(final ReadOptions readOptions, in getForUpdate() method in Transaction
470 public byte[] getForUpdate(final ReadOptions readOptions, in getForUpdate() method in Transaction
522 public byte[] getForUpdate(final ReadOptions readOptions, final byte[] key, in getForUpdate() method in Transaction
1907 private native byte[] getForUpdate(final long handle, final long readOptionsHandle, in getForUpdate() method in Transaction
1910 private native byte[] getForUpdate(final long handle, final long readOptionsHandle, in getForUpdate() method in Transaction
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DAbstractTransactionTest.java266 public void getForUpdate() throws RocksDBException { in getForUpdate() method in AbstractTransactionTest