| Class | Description |
|---|---|
| BinlogSplitMetaEvent |
The
SourceEvent that MySqlSourceEnumerator sends to MySqlSourceReader to
pass binlog meta data, i.e. |
| BinlogSplitMetaRequestEvent |
The
SourceEvent that MySqlSourceReader sends to MySqlSourceEnumerator to
pull binlog meta data, i.e. |
| FinishedSnapshotSplitsAckEvent |
The
SourceEvent that MySqlSourceEnumerator sends to MySqlSourceReader to
notify the finished snapshot splits has been received, i.e. |
| FinishedSnapshotSplitsReportEvent |
The
SourceEvent that MySqlSourceReader sends to MySqlSourceEnumerator to
notify the snapshot split has read finished with the consistent binlog position. |
| FinishedSnapshotSplitsRequestEvent |
The
SourceEvent that MySqlSourceEnumerator sends to MySqlSourceReader to
notify reader should report its finished snapshot splits, i.e. |
| LatestFinishedSplitsSizeEvent |
The
SourceEvent that MySqlSourceEnumerator sends to MySqlSourceReader to
pass the latest finished snapshot splits size. |
| LatestFinishedSplitsSizeRequestEvent |
The
SourceEvent that MySqlSourceReader sends to MySqlSourceEnumerator to
ask the latest finished snapshot splits size. |
| SuspendBinlogReaderAckEvent |
The
SourceEvent that MySqlSourceReader sends to MySqlSourceEnumerator to
notify the binlog split reader has been suspended. |
| SuspendBinlogReaderEvent |
The
SourceEvent that MySqlSourceEnumerator broadcasts to MySqlSourceReader to tell the source reader to suspend the binlog reader. |
| WakeupReaderEvent |
The
SourceEvent that MySqlSourceEnumerator sends to MySqlSourceReader to
wake up source reader to consume split again. |
| Enum | Description |
|---|---|
| WakeupReaderEvent.WakeUpTarget |
Wake up target.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.