Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dpessimistic_transaction.h130 virtual Status CommitBatchInternal(WriteBatch* batch,
216 Status CommitBatchInternal(WriteBatch* batch, size_t batch_cnt) override;
Dwrite_prepared_txn.h94 Status CommitBatchInternal(WriteBatch* batch, size_t batch_cnt) override;
Dwrite_prepared_txn.cc132 return CommitBatchInternal(GetWriteBatch()->GetWriteBatch(), batch_cnt); in CommitWithoutPrepareInternal()
135 Status WritePreparedTxn::CommitBatchInternal(WriteBatch* batch, in CommitBatchInternal() function in ROCKSDB_NAMESPACE::WritePreparedTxn
Dpessimistic_transaction.cc157 s = CommitBatchInternal(batch); in CommitBatch()
360 Status WriteCommittedTxn::CommitBatchInternal(WriteBatch* batch, size_t) { in CommitBatchInternal() function in ROCKSDB_NAMESPACE::WriteCommittedTxn