Searched refs:WriteInternal (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/utilities/transactions/ |
| D | write_prepared_txn_db.cc | 121 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
|
| D | write_prepared_txn.cc | 137 return wpt_db_->WriteInternal(write_options_, batch, batch_cnt, this); in CommitBatchInternal()
|
| D | write_prepared_txn_db.h | 83 Status WriteInternal(const WriteOptions& write_options, WriteBatch* batch,
|