Searched refs:prepare (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/utilities/transactions/ |
| D | write_unprepared_transaction_test.cc | 426 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()
|
| D | write_prepared_transaction_test.cc | 376 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/ |
| D | Transaction.java | 179 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/ |
| D | 2017-12-19-write-prepared-txn.markdown | 16 …s composed of Write stage, where the transaction `::Put` is invoked, the prepare phase, where `::P…
|
| /rocksdb-6.9/java/ |
| D | CMakeLists.txt | 286 # Old CMake or Java 1.7 prepare the JAR... 297 # Java 1.8 or newer prepare the JAR...
|
| /rocksdb-6.9/ |
| D | LICENSE.Apache | 70 copyright license to reproduce, prepare Derivative Works of,
|
| D | HISTORY.md | 290 * Fix a bug in 2PC where a sequence of txn prepare, memtable flush, and crash could result in losin…
|