14 void PersistLog::dump_hidx() {
16 for(
auto itr =
hidx.cbegin(); itr !=
hidx.cend(); itr++) {
17 dbg_default_trace(
"hlc({0},{1})->idx({2})", itr->hlc.m_rtc_us, itr->hlc.m_logic, itr->log_idx);
This file include all common types internal to derecho and not necessarily being known by a client pr...
std::set< hlc_index_entry, hlc_index_entry_comp > hidx
PersistLog(const std::string &name) noexcept(true)
virtual int64_t getLength() noexcept(false)=0
#define dbg_default_trace(...)
virtual ~PersistLog() noexcept(true)