![]() |
MySQL 9.5.0
Source Code Documentation
|
#include "plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_statistics_interface.h"#include <map>#include <vector>Go to the source code of this file.
Classes | |
| class | Gcs_xcom_statistics_manager_interface |
| This class is the storage and provider of all statistics coming from either XCom and GCS. More... | |
| class | Gcs_xcom_statistics_manager_interface_impl |
Enumerations | |
| enum | Gcs_counter_statistics_enum : int { kSucessfulProposalRounds = 0 , kEmptyProposalRounds , kFullProposalCount , kMessagesSent , kGcsCounterStatisticsEnumEnd } |
| Enumerate that identifies all counter statistics. More... | |
| enum | Gcs_cumulative_statistics_enum : int { kBytesSent = 0 , kMessageBytesReceived , kGcsCumulativeStatisticsEnumEnd } |
| Enumerate that identifies all cumulative statistics. More... | |
| enum | Gcs_time_statistics_enum : int { kCumulativeProposalTime = 0 , kLastProposalRoundTime , kGcsTimeStatisticsEnumEnd } |
| Enumerate that identifies all time statistics. More... | |
| enum Gcs_counter_statistics_enum : int |
| enum Gcs_cumulative_statistics_enum : int |
| enum Gcs_time_statistics_enum : int |