Home
last modified time | relevance | path

Searched refs:my_batch (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc52 return WriteImpl(write_options, my_batch, nullptr, nullptr); in Write()
57 WriteBatch* my_batch, in WriteWithCallback() argument
59 return WriteImpl(write_options, my_batch, callback, nullptr); in WriteWithCallback()
73 if (my_batch == nullptr) { in WriteImpl()
79 tracer_->Write(my_batch); in WriteImpl()
100 assert(!WriteBatchInternal::IsLatestPersistentState(my_batch) || in WriteImpl()
106 status = ThrottleLowPriWritesIfNeeded(write_options, my_batch); in WriteImpl()
600 WriteBatch* my_batch, in UnorderedWriteMemtable() argument
612 size_t total_count = WriteBatchInternal::Count(my_batch); in UnorderedWriteMemtable()
1484 if (allow_2pc() && (my_batch->HasCommit() || my_batch->HasRollback())) { in ThrottleLowPriWritesIfNeeded()
[all …]
Ddb_impl.h507 WriteBatch* my_batch,
1098 WriteBatch* my_batch, WriteCallback* callback,
1416 WriteBatch* my_batch);