MySQL 8.0.37
Source Code Documentation
View_change_packet Class Reference

A packet to send view change related info to the applier. More...

#include <applier.h>

Inheritance diagram for View_change_packet:
[legend]

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
 

Detailed Description

A packet to send view change related info to the applier.

Constructor & Destructor Documentation

◆ View_change_packet()

View_change_packet::View_change_packet ( std::string &  view_id_arg)
inline

Create a new data packet with associated data.

Parameters
view_id_argThe view id associated to this view

◆ ~View_change_packet()

View_change_packet::~View_change_packet ( )
overridedefault

Member Data Documentation

◆ group_executed_set

std::vector<std::string> View_change_packet::group_executed_set

◆ view_id

std::string View_change_packet::view_id

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