This is the complete list of members for GenDb::GenDbIfStats, including all inherited members.
cumulative_errors_ | GenDb::GenDbIfStats | private |
errors_ | GenDb::GenDbIfStats | private |
GenDbIfStats() | GenDb::GenDbIfStats | inline |
GetCumulative(std::vector< GenDb::DbTableInfo > *vdbti, GenDb::DbErrors *dbe) const | GenDb::GenDbIfStats | |
GetDiffs(std::vector< GenDb::DbTableInfo > *vdbti, GenDb::DbErrors *dbe) | GenDb::GenDbIfStats | |
IncrementErrors(IfErrors::Type type) | GenDb::GenDbIfStats | |
IncrementTableRead(const std::string &table_name) | GenDb::GenDbIfStats | |
IncrementTableRead(const std::string &table_name, uint64_t num_reads) | GenDb::GenDbIfStats | |
IncrementTableReadBackPressureFail(const std::string &table_name) | GenDb::GenDbIfStats | |
IncrementTableReadFail(const std::string &table_name) | GenDb::GenDbIfStats | |
IncrementTableReadFail(const std::string &table_name, uint64_t num_reads) | GenDb::GenDbIfStats | |
IncrementTableStats(TableOp op, const std::string &table_name) | GenDb::GenDbIfStats | |
IncrementTableStatsInternal(const std::string &table_name, bool write, bool fail, bool back_pressure, uint64_t num) | GenDb::GenDbIfStats | private |
IncrementTableWrite(const std::string &table_name) | GenDb::GenDbIfStats | |
IncrementTableWrite(const std::string &table_name, uint64_t num_writes) | GenDb::GenDbIfStats | |
IncrementTableWriteBackPressureFail(const std::string &table_name) | GenDb::GenDbIfStats | |
IncrementTableWriteFail(const std::string &table_name) | GenDb::GenDbIfStats | |
IncrementTableWriteFail(const std::string &table_name, uint64_t num_writes) | GenDb::GenDbIfStats | |
TABLE_OP_NONE enum value | GenDb::GenDbIfStats | |
TABLE_OP_READ enum value | GenDb::GenDbIfStats | |
TABLE_OP_READ_FAIL enum value | GenDb::GenDbIfStats | |
TABLE_OP_WRITE enum value | GenDb::GenDbIfStats | |
TABLE_OP_WRITE_BACK_PRESSURE_FAIL enum value | GenDb::GenDbIfStats | |
TABLE_OP_WRITE_FAIL enum value | GenDb::GenDbIfStats | |
table_stats_ | GenDb::GenDbIfStats | private |
TableOp enum name | GenDb::GenDbIfStats | |