![]() |
MySQL
8.0.23
Source Code Documentation
|
#include <pipeline_handlers.h>
Public Member Functions | |
Handler_applier_configuration_action (char *applier_name, bool reset_logs, ulong plugin_shutdown_timeout, rpl_sidno group_sidno) | |
Configuration for applier handlers. More... | |
Handler_applier_configuration_action (ulong plugin_shutdown_timeout) | |
Configuration for applier handlers. More... | |
~Handler_applier_configuration_action () override | |
char * | get_applier_name () |
ulong | get_applier_shutdown_timeout () |
bool | is_reset_logs_planned () |
rpl_sidno | get_sidno () |
bool | is_initialization_conf () |
Informs if this is a action with configurations for initialization or just timeout configurations. More... | |
![]() | |
Pipeline_action (int action_type) | |
virtual | ~Pipeline_action () |
int | get_action_type () |
Returns this action type. More... | |
Private Attributes | |
char * | applier_name |
bool | reset_logs |
ulong | applier_shutdown_timeout |
rpl_sidno | group_sidno |
bool | initialization_conf |
Action to configure existing applier handlers
|
inline |
Configuration for applier handlers.
applier_name | the applier's channel name |
reset_logs | if a reset was executed in the server |
plugin_shutdown_timeout | the plugin's timeout for component shutdown |
group_sidno | the group configured sidno |
|
inline |
Configuration for applier handlers.
plugin_shutdown_timeout | the plugin's timeout for component shutdown |
|
inlineoverride |
|
inline |
NULL | if not defined |
!=NULL | if defined |
|
inline |
|
inline |
|
inline |
Informs if this is a action with configurations for initialization or just timeout configurations.
true | if initialization action |
false | if timeout configuration action |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |