public class FinishedSnapshotSplitsReportEvent extends Object implements org.apache.flink.api.connector.source.SourceEvent
SourceEvent that MySqlSourceReader sends to MySqlSourceEnumerator to
notify the snapshot split has read finished with the consistent binlog position.| Constructor and Description |
|---|
FinishedSnapshotSplitsReportEvent(Map<String,BinlogOffset> finishedOffsets) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BinlogOffset> |
getFinishedOffsets() |
String |
toString() |
public FinishedSnapshotSplitsReportEvent(Map<String,BinlogOffset> finishedOffsets)
Copyright © 2022 The Apache Software Foundation. All rights reserved.