CUBRID Engine
latest
|
#include <monitor_statistic.hpp>
Public Types | |
using | rep = Rep |
Public Types inherited from cubmonitor::primitive< Rep > | |
using | rep = Rep |
Public Member Functions | |
void | collect (const Rep &value) |
Public Member Functions inherited from cubmonitor::primitive< Rep > | |
primitive (Rep value=Rep()) | |
primitive & | operator= (const primitive &other) |
void | fetch (statistic_value *destination, fetch_mode mode=FETCH_GLOBAL) const |
std::size_t | get_statistics_count (void) const |
Rep | get_value (fetch_mode mode=FETCH_GLOBAL) const |
Additional Inherited Members | |
Protected Member Functions inherited from cubmonitor::primitive< Rep > | |
void | set_value (const Rep &value) |
Protected Attributes inherited from cubmonitor::primitive< Rep > | |
Rep | m_value |
Definition at line 317 of file monitor_statistic.hpp.
using cubmonitor::gauge_statistic< Rep >::rep = Rep |
Definition at line 320 of file monitor_statistic.hpp.
void cubmonitor::gauge_statistic< Rep >::collect | ( | const Rep & | value | ) |
Definition at line 514 of file monitor_statistic.hpp.
References cubmonitor::primitive< Rep >::set_value().