#include <gendb_statistics.h>
Definition at line 50 of file gendb_statistics.h.
Enumerator |
---|
ERR_NO_ERROR |
|
ERR_WRITE_TABLESPACE |
|
ERR_READ_TABLESPACE |
|
ERR_WRITE_COLUMN_FAMILY |
|
ERR_READ_COLUMN_FAMILY |
|
ERR_WRITE_COLUMN |
|
ERR_WRITE_BATCH_COLUMN |
|
ERR_READ_COLUMN |
|
Definition at line 61 of file gendb_statistics.h.
GenDb::IfErrors::IfErrors |
( |
| ) |
|
|
inline |
void GenDb::IfErrors::Clear |
( |
| ) |
|
void GenDb::IfErrors::GetCumulative |
( |
GenDb::DbErrors * |
dbe | ) |
const |
void GenDb::IfErrors::GetDiffs |
( |
GenDb::DbErrors * |
dbe | ) |
|
void GenDb::IfErrors::GetInternal |
( |
GenDb::DbErrors * |
dbe | ) |
const |
|
private |
uint64_t GenDb::IfErrors::read_column_fails_ |
|
private |
uint64_t GenDb::IfErrors::read_column_family_fails_ |
|
private |
uint64_t GenDb::IfErrors::read_tablespace_fails_ |
|
private |
uint64_t GenDb::IfErrors::write_batch_column_fails_ |
|
private |
uint64_t GenDb::IfErrors::write_column_fails_ |
|
private |
uint64_t GenDb::IfErrors::write_column_family_fails_ |
|
private |
uint64_t GenDb::IfErrors::write_tablespace_fails_ |
|
private |
The documentation for this class was generated from the following files: