#include <gendb_statistics.h>
Definition at line 50 of file gendb_statistics.h.
◆ Type
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.
◆ IfErrors()
GenDb::IfErrors::IfErrors |
( |
| ) |
|
|
inline |
◆ Clear()
void GenDb::IfErrors::Clear |
( |
| ) |
|
◆ GetCumulative()
void GenDb::IfErrors::GetCumulative |
( |
GenDb::DbErrors * |
dbe | ) |
const |
◆ GetDiffs()
void GenDb::IfErrors::GetDiffs |
( |
GenDb::DbErrors * |
dbe | ) |
|
◆ GetInternal()
void GenDb::IfErrors::GetInternal |
( |
GenDb::DbErrors * |
dbe | ) |
const |
|
private |
◆ Increment()
◆ read_column_fails_
uint64_t GenDb::IfErrors::read_column_fails_ |
|
private |
◆ read_column_family_fails_
uint64_t GenDb::IfErrors::read_column_family_fails_ |
|
private |
◆ read_tablespace_fails_
uint64_t GenDb::IfErrors::read_tablespace_fails_ |
|
private |
◆ write_batch_column_fails_
uint64_t GenDb::IfErrors::write_batch_column_fails_ |
|
private |
◆ write_column_fails_
uint64_t GenDb::IfErrors::write_column_fails_ |
|
private |
◆ write_column_family_fails_
uint64_t GenDb::IfErrors::write_column_family_fails_ |
|
private |
◆ write_tablespace_fails_
uint64_t GenDb::IfErrors::write_tablespace_fails_ |
|
private |
The documentation for this class was generated from the following files: