#include <gendb_statistics.h>
|
| | DbTableStatistics () |
| |
| void | Update (const std::string &table_name, bool write, bool fail, bool back_pressure, uint64_t num) |
| |
| void | GetDiffs (std::vector< GenDb::DbTableInfo > *vdbti) |
| |
| void | GetCumulative (std::vector< GenDb::DbTableInfo > *vdbti) const |
| |
|
| void | GetInternal (std::vector< GenDb::DbTableInfo > *vdbti, bool cumulative) const |
| |
Definition at line 13 of file gendb_statistics.h.
◆ TableStatsMap
◆ DbTableStatistics()
| GenDb::DbTableStatistics::DbTableStatistics |
( |
| ) |
|
|
inline |
◆ GetCumulative()
| void GenDb::DbTableStatistics::GetCumulative |
( |
std::vector< GenDb::DbTableInfo > * |
vdbti | ) |
const |
◆ GetDiffs()
| void GenDb::DbTableStatistics::GetDiffs |
( |
std::vector< GenDb::DbTableInfo > * |
vdbti | ) |
|
◆ GetInternal()
| void GenDb::DbTableStatistics::GetInternal |
( |
std::vector< GenDb::DbTableInfo > * |
vdbti, |
|
|
bool |
cumulative |
|
) |
| const |
|
private |
◆ Update()
| void GenDb::DbTableStatistics::Update |
( |
const std::string & |
table_name, |
|
|
bool |
write, |
|
|
bool |
fail, |
|
|
bool |
back_pressure, |
|
|
uint64_t |
num |
|
) |
| |
◆ table_stats_cumulative_map_
| TableStatsMap GenDb::DbTableStatistics::table_stats_cumulative_map_ |
|
private |
◆ table_stats_map_
The documentation for this class was generated from the following files: