Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc224 return logs_with_prep_tracker_.FindMinLogContainingOutstandingPrep(); in TEST_FindMinLogContainingOutstandingPrep()
228 return logs_with_prep_tracker_.TEST_PreparedSectionCompletedSize(); in TEST_PreparedSectionCompletedSize()
232 return logs_with_prep_tracker_.TEST_LogsWithPrepSize(); in TEST_LogsWithPrepSize()
Ddb_impl.h589 return &logs_with_prep_tracker_; in logs_with_prep_tracker()
795 logs_with_prep_tracker_.MarkLogAsContainingPrepSection(log); in InsertRecoveredTransaction()
804 logs_with_prep_tracker_.MarkLogAsHavingPrepSectionFlushed( in DeleteRecoveredTransaction()
2042 LogsWithPrepTracker logs_with_prep_tracker_; variable
Ddb_impl_compaction_flush.cc192 s = flush_job.Run(&logs_with_prep_tracker_, &file_meta); in FlushMemTableToOutputFile()
387 jobs[i]->Run(&logs_with_prep_tracker_, &file_meta[i]); in AtomicFlushMemTablesToOutputFiles()
400 jobs[0]->Run(&logs_with_prep_tracker_, &file_meta[0]); in AtomicFlushMemTablesToOutputFiles()
Ddb_impl_write.cc1229 logs_with_prep_tracker_.FindMinLogContainingOutstandingPrep(); in SwitchWAL()