![]() |
MySQL 26.7.0
Source Code Documentation
|
Interface for abstract event data returned by the reader, which can be decoded into a log event using the "decode" function. More...
#include <ireader_event.h>
Public Member Functions | |
| virtual std::shared_ptr< Log_event > | decode ()=0 |
| Decode function, which obtains Log event smart pointer. More... | |
| virtual | ~IReader_event ()=default |
| virtual void | reset (const Format_description_log_event *)=0 |
| Resets event state. More... | |
Interface for abstract event data returned by the reader, which can be decoded into a log event using the "decode" function.
|
virtualdefault |
|
pure virtual |
Decode function, which obtains Log event smart pointer.
Implemented in mysql::csa::Cached_event, and mysql::csa::Cached_event_payload.
|
pure virtual |
Resets event state.
Implemented in mysql::csa::Cached_event_payload, and mysql::csa::Cached_event.