#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.
GenDb::DbTableStatistics::DbTableStatistics |
( |
| ) |
|
|
inline |
void GenDb::DbTableStatistics::GetCumulative |
( |
std::vector< GenDb::DbTableInfo > * |
vdbti | ) |
const |
void GenDb::DbTableStatistics::GetDiffs |
( |
std::vector< GenDb::DbTableInfo > * |
vdbti | ) |
|
void GenDb::DbTableStatistics::GetInternal |
( |
std::vector< GenDb::DbTableInfo > * |
vdbti, |
|
|
bool |
cumulative |
|
) |
| const |
|
private |
void GenDb::DbTableStatistics::Update |
( |
const std::string & |
table_name, |
|
|
bool |
write, |
|
|
bool |
fail, |
|
|
bool |
back_pressure, |
|
|
uint64_t |
num |
|
) |
| |
TableStatsMap GenDb::DbTableStatistics::table_stats_cumulative_map_ |
|
private |
The documentation for this class was generated from the following files: