MySQL 8.0.40
Source Code Documentation
|
A packet to send view change related info to the applier. More...
#include <applier.h>
Public Member Functions | |
View_change_packet (std::string &view_id_arg) | |
Create a new data packet with associated data. More... | |
~View_change_packet () override=default | |
Public Member Functions inherited from Packet | |
Packet (int type) | |
Create a new generic packet of a certain type. More... | |
virtual | ~Packet ()=default |
int | get_packet_type () |
Public Attributes | |
std::string | view_id |
std::vector< std::string > | group_executed_set |
A packet to send view change related info to the applier.
|
inline |
Create a new data packet with associated data.
view_id_arg | The view id associated to this view |
|
overridedefault |
std::vector<std::string> View_change_packet::group_executed_set |
std::string View_change_packet::view_id |