public class BinlogSplitMetaEvent extends Object implements org.apache.flink.api.connector.source.SourceEvent
SourceEvent that MySqlSourceEnumerator sends to MySqlSourceReader to
pass binlog meta data, i.e. FinishedSnapshotSplitInfo.| Constructor and Description |
|---|
BinlogSplitMetaEvent(String splitId,
int metaGroupId,
List<byte[]> metaGroup) |
| Modifier and Type | Method and Description |
|---|---|
List<byte[]> |
getMetaGroup() |
int |
getMetaGroupId() |
String |
getSplitId() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.