24#ifndef GROUP_REPLICATION_MANAGEMENT_SERVICE_H 
   25#define GROUP_REPLICATION_MANAGEMENT_SERVICE_H 
   42               (
int quarantine_time_in_seconds,
 
   43                unsigned int *seconds_since_member_join));
 
eject_status
Definition: group_replication_management_service.h:30
 
@ GR_RM_QUARANTINE_PERIOD_NOT_OVER
Definition: group_replication_management_service.h:35
 
@ GR_RM_NOT_A_MEMBER
Definition: group_replication_management_service.h:36
 
@ GR_RM_NOT_A_SECONDARY_MEMBER
Definition: group_replication_management_service.h:33
 
@ GR_RM_SUCCESS_LEFT_GROUP
Definition: group_replication_management_service.h:31
 
@ GR_RM_NUMBER_OF_MEMBERS_LESS_THAN_THREE
Definition: group_replication_management_service.h:34
 
@ GR_RM_NOT_IN_SINGLE_PRIMARY_MODE
Definition: group_replication_management_service.h:32
 
eject_status eject(int quarantine_time_in_seconds, unsigned int *seconds_since_member_join) noexcept
Definition: management.cc:54
 
mysql_service_status_t is_member_online_or_recovering() noexcept
Definition: management.cc:84
 
#define DECLARE_METHOD(retval, name, args)
Declares a method as a part of the Service definition.
Definition: service.h:103
 
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
 
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
 
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112