MySQL 9.1.0
Source Code Documentation
|
Action to signal any interested handler that a VC happened. More...
#include <pipeline_handlers.h>
Public Member Functions | |
View_change_pipeline_action (bool is_leaving) | |
Creates an action to inform handler of a View Change. More... | |
bool | is_leaving () |
Public Member Functions inherited from Pipeline_action | |
Pipeline_action (int action_type) | |
virtual | ~Pipeline_action ()=default |
int | get_action_type () |
Returns this action type. More... | |
Private Attributes | |
bool | leaving |
Action to signal any interested handler that a VC happened.
|
inline |
Creates an action to inform handler of a View Change.
is_leaving | informs if the member is leaving |
|
inline |
|
private |