MySQL 8.4.0
Source Code Documentation
Gcs_node_suspicious Struct Reference

Container struct that represents a single node suspicious. More...

#include <gcs_statistics_interface.h>

Public Attributes

std::string m_node_address {}
 
uint64_t m_node_suspicious_count {0}
 

Detailed Description

Container struct that represents a single node suspicious.

It is represented by two fields:

  • A node address in GCS format (ip:port)
  • The number of suspicious that this node had

Member Data Documentation

◆ m_node_address

std::string Gcs_node_suspicious::m_node_address {}

◆ m_node_suspicious_count

uint64_t Gcs_node_suspicious::m_node_suspicious_count {0}

The documentation for this struct was generated from the following file: