![]() |
MySQL 26.7.0
Source Code Documentation
|
#include <reader.h>
Public Member Functions | |
| virtual Job_ptr | read ()=0 |
| Reads and returns a unique pointer to a Job object. More... | |
| virtual bool | is_stopped () const =0 |
| Checks whether the Change Stream Applier (CSA) is stopped. More... | |
| virtual bool | is_error () const =0 |
| Checks whether the Change Stream Applier (CSA) has encountered an error. More... | |
| virtual | ~Reader ()=default |
| Destructor. More... | |
| virtual void | stop ()=0 |
| Stops the reader. More... | |
|
virtualdefault |
Destructor.
|
pure virtual |
Checks whether the Change Stream Applier (CSA) has encountered an error.
Implemented in mysql::csa::Relay_log_adaptive_reader.
|
pure virtual |
Checks whether the Change Stream Applier (CSA) is stopped.
Implemented in mysql::csa::Relay_log_adaptive_reader.
|
pure virtual |
Reads and returns a unique pointer to a Job object.
This method is responsible for reading data and creating a Job.
Implemented in mysql::csa::Relay_log_adaptive_reader.
|
pure virtual |
Stops the reader.
Implemented in mysql::csa::Relay_log_adaptive_reader.