MySQL 9.1.0
Source Code Documentation
|
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 |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
bool gr::flow_control_metrics_service::register_gr_flow_control_metrics_service | ( | ) |
Register flow control service.
bool gr::flow_control_metrics_service::unregister_gr_flow_control_metrics_service | ( | ) |
Unregister flow control 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 |