Home
last modified time | relevance | path

Searched refs:multiGetForUpdate (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DTransaction.java544 public byte[][] multiGetForUpdate(final ReadOptions readOptions, in multiGetForUpdate() method in Transaction
561 return multiGetForUpdate(nativeHandle_, readOptions.nativeHandle_, in multiGetForUpdate()
577 public byte[][] multiGetForUpdate(final ReadOptions readOptions, in multiGetForUpdate() method in Transaction
584 return multiGetForUpdate(nativeHandle_, in multiGetForUpdate()
1913 private native byte[][] multiGetForUpdate(final long handle, in multiGetForUpdate() method in Transaction
1916 private native byte[][] multiGetForUpdate(final long handle, in multiGetForUpdate() method in Transaction
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DAbstractTransactionTest.java293 assertThat(txn.multiGetForUpdate(readOptions, cfList, keys)) in multiGetForUpdate_cf()
298 assertThat(txn.multiGetForUpdate(readOptions, cfList, keys)) in multiGetForUpdate_cf()
304 public void multiGetForUpdate() throws RocksDBException { in multiGetForUpdate() method in AbstractTransactionTest
315 assertThat(txn.multiGetForUpdate(readOptions, keys)).isEqualTo(new byte[][]{null, null}); in multiGetForUpdate()
319 assertThat(txn.multiGetForUpdate(readOptions, keys)).isEqualTo(values); in multiGetForUpdate()
DTransactionTest.java111 assertThat(txn3.multiGetForUpdate(readOptions, cfList, keys)) in multiGetForUpdate_cf_conflict()
150 assertThat(txn3.multiGetForUpdate(readOptions, keys)) in multiGetForUpdate_conflict()
DOptimisticTransactionTest.java119 assertThat(txn3.multiGetForUpdate(readOptions, cfList, keys)) in multiGetForUpdate_cf_conflict()
163 assertThat(txn3.multiGetForUpdate(readOptions, keys)) in multiGetForUpdate_conflict()