Home
last modified time | relevance | path

Searched refs:WriteInternal (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc121 return WriteInternal(opts, updates, UNKNOWN_BATCH_CNT, NO_TXN); in Write()
138 return WriteInternal(opts, updates, batch_cnt, NO_TXN); in Write()
146 Status WritePreparedTxnDB::WriteInternal(const WriteOptions& write_options_orig, in WriteInternal() function in ROCKSDB_NAMESPACE::WritePreparedTxnDB
Dwrite_prepared_txn.cc137 return wpt_db_->WriteInternal(write_options_, batch, batch_cnt, this); in CommitBatchInternal()
Dwrite_prepared_txn_db.h83 Status WriteInternal(const WriteOptions& write_options, WriteBatch* batch,