MySQL 9.1.0
Source Code Documentation
|
#include "plugin/group_replication/include/services/flow_control/get_metrics.h"
#include <mysql/components/my_service.h>
#include <mysql/components/services/group_replication_flow_control_metrics_service.h>
#include <mysql/components/services/registry.h>
#include "plugin/group_replication/include/plugin.h"
#include "plugin/group_replication/include/plugin_handlers/metrics_handler.h"
Namespaces | |
namespace | gr |
namespace | gr::flow_control_metrics_service |
Functions | |
mysql_service_status_t | gr::flow_control_metrics_service::get_throttle_count (uint64_t *value) noexcept |
mysql_service_status_t | gr::flow_control_metrics_service::get_throttle_time_sum (uint64_t *value) noexcept |
mysql_service_status_t | gr::flow_control_metrics_service::get_throttle_active_count (uint64_t *value) noexcept |
mysql_service_status_t | gr::flow_control_metrics_service::get_throttle_last_throttle_timestamp (char *buffer) noexcept |
bool | gr::flow_control_metrics_service::register_gr_flow_control_metrics_service () |
Register flow control service. More... | |
bool | gr::flow_control_metrics_service::unregister_gr_flow_control_metrics_service () |
Unregister flow control service. More... | |
Variables | |
const mysql_service_group_replication_flow_control_metrics_service_t | gr::flow_control_metrics_service::imp_group_replication_group_replication_flow_control_metrics_service |