Searched defs:getForUpdate (Results 1 – 2 of 2) sorted by relevance
444 public byte[] getForUpdate(final ReadOptions readOptions, in getForUpdate() method in Transaction470 public byte[] getForUpdate(final ReadOptions readOptions, in getForUpdate() method in Transaction522 public byte[] getForUpdate(final ReadOptions readOptions, final byte[] key, in getForUpdate() method in Transaction1907 private native byte[] getForUpdate(final long handle, final long readOptionsHandle, in getForUpdate() method in Transaction1910 private native byte[] getForUpdate(final long handle, final long readOptionsHandle, in getForUpdate() method in Transaction
266 public void getForUpdate() throws RocksDBException { in getForUpdate() method in AbstractTransactionTest