Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dtransaction_log_impl.cc249 struct BatchCounter : public WriteBatch::Handler { in UpdateCurrentWriteBatch() struct
251 BatchCounter(SequenceNumber sequence) : sequence_(sequence) {} in UpdateCurrentWriteBatch() argument
287 BatchCounter counter(current_batch_seq_); in UpdateCurrentWriteBatch()