MySQL 9.0.0
Source Code Documentation
group_membership_listener_example_impl Class Reference

An example implementation of the group_membership_listener service. More...

#include <gms_listener_test.h>

Static Public Member Functions

static mysql_service_status_t notify_view_change (const char *) noexcept
 notify_view_change(const char*) More...
 
static mysql_service_status_t notify_quorum_lost (const char *) noexcept
 notify_quorum_lost(const char*) More...
 

Detailed Description

An example implementation of the group_membership_listener service.

It is actually used for testing purposes.

Member Function Documentation

◆ notify_quorum_lost()

mysql_service_status_t group_membership_listener_example_impl::notify_quorum_lost ( const char *  v)
staticnoexcept

notify_quorum_lost(const char*)

◆ notify_view_change()

mysql_service_status_t group_membership_listener_example_impl::notify_view_change ( const char *  v)
staticnoexcept

notify_view_change(const char*)

Returns
Status of performed operation
Return values
falsesuccess
truefailure

The documentation for this class was generated from the following files: