MySQL 9.1.0
Source Code Documentation
gr::flow_control_metrics_service Namespace Reference

Functions

bool register_gr_flow_control_metrics_service ()
 Register flow control service. More...
 
bool unregister_gr_flow_control_metrics_service ()
 Unregister flow control service. More...
 
mysql_service_status_t get_throttle_count (uint64_t *value) noexcept
 
mysql_service_status_t get_throttle_time_sum (uint64_t *value) noexcept
 
mysql_service_status_t get_throttle_active_count (uint64_t *value) noexcept
 
mysql_service_status_t get_throttle_last_throttle_timestamp (char *buffer) noexcept
 

Variables

const mysql_service_group_replication_flow_control_metrics_service_t imp_group_replication_group_replication_flow_control_metrics_service
 

Function Documentation

◆ get_throttle_active_count()

mysql_service_status_t gr::flow_control_metrics_service::get_throttle_active_count ( uint64_t *  value)
noexcept

◆ get_throttle_count()

mysql_service_status_t gr::flow_control_metrics_service::get_throttle_count ( uint64_t *  value)
noexcept

◆ get_throttle_last_throttle_timestamp()

mysql_service_status_t gr::flow_control_metrics_service::get_throttle_last_throttle_timestamp ( char *  buffer)
noexcept

◆ get_throttle_time_sum()

mysql_service_status_t gr::flow_control_metrics_service::get_throttle_time_sum ( uint64_t *  value)
noexcept

◆ register_gr_flow_control_metrics_service()

bool gr::flow_control_metrics_service::register_gr_flow_control_metrics_service ( )

Register flow control service.

◆ unregister_gr_flow_control_metrics_service()

bool gr::flow_control_metrics_service::unregister_gr_flow_control_metrics_service ( )

Unregister flow control service.

Variable Documentation

◆ imp_group_replication_group_replication_flow_control_metrics_service

const mysql_service_group_replication_flow_control_metrics_service_t gr::flow_control_metrics_service::imp_group_replication_group_replication_flow_control_metrics_service
Initial value:
= {
mysql_service_status_t get_throttle_time_sum(uint64_t *value) noexcept
Definition: get_metrics.cc:42
mysql_service_status_t get_throttle_count(uint64_t *value) noexcept
Definition: get_metrics.cc:34
mysql_service_status_t get_throttle_active_count(uint64_t *value) noexcept
Definition: get_metrics.cc:50
mysql_service_status_t get_throttle_last_throttle_timestamp(char *buffer) noexcept
Definition: get_metrics.cc:58