Reads metrics from the sys/RS_METRICS
table.
More...
#include <ReaderTable.h>
Public Member Functions | |
ReaderTable (TablePtr &rs_metrics) | |
virtual | ~ReaderTable () |
virtual void | get_range_metrics (const char *server_id, RangeMetricsMap &range_metrics) |
virtual void | get_server_metrics (vector< ServerMetrics > &server_metrics) |
![]() | |
virtual | ~Reader () |
Private Member Functions | |
void | parse_cell (const KeySpec &key, const char *value, size_t value_len) |
Private Attributes | |
TablePtr | m_table |
Reads metrics from the sys/RS_METRICS
table.
Definition at line 47 of file ReaderTable.h.
|
inline |
Definition at line 49 of file ReaderTable.h.
|
inlinevirtual |
Definition at line 50 of file ReaderTable.h.
|
virtual |
Implements Hypertable::Lib::RS_METRICS::Reader.
Definition at line 43 of file ReaderTable.cc.
|
virtual |
Implements Hypertable::Lib::RS_METRICS::Reader.
Definition at line 83 of file ReaderTable.cc.
|
private |
|
private |
Definition at line 58 of file ReaderTable.h.