public class MySqlSnapshotSplit extends MySqlSplit
splitId| Constructor and Description |
|---|
MySqlSnapshotSplit(io.debezium.relational.TableId tableId,
String splitId,
org.apache.flink.table.types.logical.RowType splitKeyType,
Object[] splitStart,
Object[] splitEnd,
BinlogOffset highWatermark,
Map<io.debezium.relational.TableId,io.debezium.relational.history.TableChanges.TableChange> tableSchemas) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BinlogOffset |
getHighWatermark() |
Object[] |
getSplitEnd() |
org.apache.flink.table.types.logical.RowType |
getSplitKeyType() |
Object[] |
getSplitStart() |
io.debezium.relational.TableId |
getTableId() |
Map<io.debezium.relational.TableId,io.debezium.relational.history.TableChanges.TableChange> |
getTableSchemas() |
int |
hashCode() |
boolean |
isSnapshotReadFinished() |
String |
toString() |
asBinlogSplit, asSnapshotSplit, isBinlogSplit, isSnapshotSplit, splitIdpublic MySqlSnapshotSplit(io.debezium.relational.TableId tableId,
String splitId,
org.apache.flink.table.types.logical.RowType splitKeyType,
Object[] splitStart,
Object[] splitEnd,
BinlogOffset highWatermark,
Map<io.debezium.relational.TableId,io.debezium.relational.history.TableChanges.TableChange> tableSchemas)
public io.debezium.relational.TableId getTableId()
@Nullable public BinlogOffset getHighWatermark()
public boolean isSnapshotReadFinished()
public Map<io.debezium.relational.TableId,io.debezium.relational.history.TableChanges.TableChange> getTableSchemas()
getTableSchemas in class MySqlSplitpublic boolean equals(Object o)
equals in class MySqlSplitpublic org.apache.flink.table.types.logical.RowType getSplitKeyType()
public int hashCode()
hashCode in class MySqlSplitCopyright © 2022 The Apache Software Foundation. All rights reserved.