Searched refs:my_batch (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_write.cc | 52 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 …]
|
| D | db_impl.h | 507 WriteBatch* my_batch, 1098 WriteBatch* my_batch, WriteCallback* callback, 1416 WriteBatch* my_batch);
|