MySQL 9.1.0
Source Code Documentation
|
A interface class to code channel state response methods. More...
#include <channel_observation_manager.h>
Public Member Functions | |
virtual | ~Channel_state_observer ()=0 |
virtual int | thread_start (Binlog_relay_IO_param *param)=0 |
virtual int | thread_stop (Binlog_relay_IO_param *param)=0 |
virtual int | applier_start (Binlog_relay_IO_param *param)=0 |
virtual int | applier_stop (Binlog_relay_IO_param *param, bool aborted)=0 |
virtual int | before_request_transmit (Binlog_relay_IO_param *param, uint32 flags)=0 |
virtual int | after_read_event (Binlog_relay_IO_param *param, const char *packet, unsigned long len, const char **event_buf, unsigned long *event_len)=0 |
virtual int | after_queue_event (Binlog_relay_IO_param *param, const char *event_buf, unsigned long event_len, uint32 flags)=0 |
virtual int | after_reset_slave (Binlog_relay_IO_param *param)=0 |
virtual int | applier_log_event (Binlog_relay_IO_param *param, Trans_param *trans_param, int &out)=0 |
A interface class to code channel state response methods.
|
pure virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |