| Interface | Description |
|---|---|
| MySqlSplitAssigner |
The
MySqlSplitAssigner is responsible for deciding what split should be processed. |
| Class | Description |
|---|---|
| MySqlBinlogSplitAssigner |
A
MySqlSplitAssigner which only read binlog from current binlog position. |
| MySqlHybridSplitAssigner |
A
MySqlSplitAssigner that splits tables into small chunk splits based on primary key
range and chunk size and also continue with a binlog split. |
| MySqlSnapshotSplitAssigner |
A
MySqlSplitAssigner that splits tables into small chunk splits based on primary key
range and chunk size. |
| Enum | Description |
|---|---|
| AssignerStatus |
The state of split assigner finite state machine, tips: we use word status instead of word state
to avoid conflict with Flink state keyword.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.