![]() |
MySQL 9.7.0
Source Code Documentation
|
This class stores the lag thesholds controlled by system variables. More...
#include <resource_manager_stats_collector.h>
Public Attributes | |
| std::atomic< uint > | applier_lag_limit_in_seconds {3600} |
| Applier channel threshold. More... | |
| std::atomic< uint > | recovery_lag_limit_in_seconds {3600} |
| Recover channel threshold. More... | |
| std::atomic< uint > | used_memory_limit {100} |
| Used memory threshold. More... | |
| std::atomic< uint > | quarantine_time {3600} |
| Quarantine time. More... | |
This class stores the lag thesholds controlled by system variables.
| std::atomic<uint> gr_resource_manager::Lag_metadata_thresholds::applier_lag_limit_in_seconds {3600} |
Applier channel threshold.
| std::atomic<uint> gr_resource_manager::Lag_metadata_thresholds::quarantine_time {3600} |
Quarantine time.
| std::atomic<uint> gr_resource_manager::Lag_metadata_thresholds::recovery_lag_limit_in_seconds {3600} |
Recover channel threshold.
| std::atomic<uint> gr_resource_manager::Lag_metadata_thresholds::used_memory_limit {100} |
Used memory threshold.