|
FUNAPI_DLL_VISIBILITY void | fun::DecreaseCounterBy (const string &counter_type, const string &counter_path, const int32_t &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::DecreaseCounterBy (const string &counter_type, const string &counter_path, const int64_t &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::DecreaseCounterBy (const string &counter_type, const string &counter_path, const double &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::IncreaseCounterBy (const string &counter_type, const string &counter_path, const int32_t &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::IncreaseCounterBy (const string &counter_type, const string &counter_path, const int64_t &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::IncreaseCounterBy (const string &counter_type, const string &counter_path, const double &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::MonitorCounter (const string &counter_type, const string &counter_path, double threshold) |
|
FUNAPI_DLL_VISIBILITY Json | fun::ReadAllCounters () |
|
FUNAPI_DLL_VISIBILITY double | fun::ReadCounterAsDouble (const string &counter_type, const string &counter_path) |
|
FUNAPI_DLL_VISIBILITY int64_t | fun::ReadCounterAsInteger (const string &counter_type, const string &counter_path) |
|
FUNAPI_DLL_VISIBILITY string | fun::ReadCounterAsString (const string &counter_type, const string &counter_path) |
|
FUNAPI_DLL_VISIBILITY void | fun::RegisterCallableCounter (const string &counter_type, const string &counter_path, const string &desc, const CounterCallback &value_cb) |
|
FUNAPI_DLL_VISIBILITY void | fun::UpdateCounter (const string &counter_type, const string &counter_path, const int32_t &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::UpdateCounter (const string &counter_type, const string &counter_path, const int64_t &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::UpdateCounter (const string &counter_type, const string &counter_path, const double &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::UpdateCounter (const string &counter_type, const string &counter_path, const string &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::UpdateCounter (const string &counter_type, const string &counter_path, const string &description, const int32_t &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::UpdateCounter (const string &counter_type, const string &counter_path, const string &description, const int64_t &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::UpdateCounter (const string &counter_type, const string &counter_path, const string &description, const double &value) |
|
FUNAPI_DLL_VISIBILITY void | fun::UpdateCounter (const string &counter_type, const string &counter_path, const string &description, const string &value) |
|