Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dwrite_unprepared_transaction_test.cc426 for (bool prepare : {false, true}) { in TEST_P()
446 if (prepare) { in TEST_P()
494 for (bool prepare : {false, true}) { in TEST_P()
525 if (prepare) { in TEST_P()
Dwrite_prepared_transaction_test.cc376 void MaybeUpdateOldCommitMapTestWithNext(uint64_t prepare, uint64_t commit, in MaybeUpdateOldCommitMapTestWithNext() argument
384 bool check_next = wp_db->MaybeUpdateOldCommitMap(prepare, commit, snapshot, in MaybeUpdateOldCommitMapTestWithNext()
389 prepare, commit, snapshot, next_snapshot); in MaybeUpdateOldCommitMapTestWithNext()
395 wp_db->MaybeUpdateOldCommitMap(prepare, commit, next_snapshot, in MaybeUpdateOldCommitMapTestWithNext()
400 prepare, commit, snapshot, next_snapshot); in MaybeUpdateOldCommitMapTestWithNext()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DTransaction.java179 void prepare() throws RocksDBException { in prepare() method in Transaction
182 prepare(nativeHandle_); in prepare()
1890 private native void prepare(final long handle) throws RocksDBException; in prepare() method in Transaction
/rocksdb-6.9/docs/_posts/
D2017-12-19-write-prepared-txn.markdown16 …s composed of Write stage, where the transaction `::Put` is invoked, the prepare phase, where `::P…
/rocksdb-6.9/java/
DCMakeLists.txt286 # Old CMake or Java 1.7 prepare the JAR...
297 # Java 1.8 or newer prepare the JAR...
/rocksdb-6.9/
DLICENSE.Apache70 copyright license to reproduce, prepare Derivative Works of,
DHISTORY.md290 * Fix a bug in 2PC where a sequence of txn prepare, memtable flush, and crash could result in losin…