MySQL 8.3.0
Source Code Documentation
gcs_control_event_listener.h File Reference

Go to the source code of this file.

Classes

class  Gcs_control_event_listener
 This interface is implemented by those who wish to receive Control Interface notifications. More...
 

Typedefs

typedef std::vector< std::pair< Gcs_member_identifier *, Gcs_message_data * > > Exchanged_data
 Alias for the Data exchanged and delivered from all nodes. More...
 

Typedef Documentation

◆ Exchanged_data

typedef std::vector<std::pair<Gcs_member_identifier *, Gcs_message_data *> > Exchanged_data

Alias for the Data exchanged and delivered from all nodes.

It shall contain any entry from every member that handed out its data for a joining node.