Uses of Class
io.debezium.connector.mysql.SourceInfo
-
Packages that use SourceInfo Package Description io.debezium.connector.mysql -
-
Uses of SourceInfo in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as SourceInfo Modifier and Type Field Description private SourceInfoMySqlOffsetContext. sourceInfoMethods in io.debezium.connector.mysql that return SourceInfo Modifier and Type Method Description SourceInfoMySqlOffsetContext. getSource()Methods in io.debezium.connector.mysql with parameters of type SourceInfo Modifier and Type Method Description org.apache.kafka.connect.data.StructLegacyV1MySqlSourceInfoStructMaker. struct(SourceInfo sourceInfo)org.apache.kafka.connect.data.StructMySqlSourceInfoStructMaker. struct(SourceInfo sourceInfo)Constructors in io.debezium.connector.mysql with parameters of type SourceInfo Constructor Description MySqlOffsetContext(boolean snapshot, boolean snapshotCompleted, TransactionContext transactionContext, IncrementalSnapshotContext<TableId> incrementalSnapshotContext, SourceInfo sourceInfo)MySqlOffsetContext(MySqlConnectorConfig connectorConfig, boolean snapshot, boolean snapshotCompleted, SourceInfo sourceInfo)
-