MySQL 8.4.0
Source Code Documentation
GroupReplicationMember Struct Reference

#include <group_replication_metadata.h>

Public Types

enum class  State {
  Online , Recovering , Unreachable , Offline ,
  Error , Other
}
 
enum class  Role { Primary , Secondary }
 

Public Attributes

std::string member_id
 
std::string host
 
uint16_t port
 
State state
 
Role role
 

Member Enumeration Documentation

◆ Role

enum class GroupReplicationMember::Role
strong
Enumerator
Primary 
Secondary 

◆ State

enum class GroupReplicationMember::State
strong
Enumerator
Online 
Recovering 
Unreachable 
Offline 
Error 
Other 

Member Data Documentation

◆ host

std::string GroupReplicationMember::host

◆ member_id

std::string GroupReplicationMember::member_id

◆ port

uint16_t GroupReplicationMember::port

◆ role

Role GroupReplicationMember::role

◆ state

State GroupReplicationMember::state

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