Uses of Class
io.debezium.connector.mysql.legacy.SourceInfo
-
Packages that use SourceInfo Package Description io.debezium.connector.mysql.legacy -
-
Uses of SourceInfo in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy declared as SourceInfo Modifier and Type Field Description private SourceInfoBinlogReader. sourceprivate SourceInfoMySqlTaskContext. sourceprivate SourceInfoRecordMakers. sourceMethods in io.debezium.connector.mysql.legacy that return SourceInfo Modifier and Type Method Description SourceInfoMySqlTaskContext. source()Methods in io.debezium.connector.mysql.legacy with parameters of type SourceInfo Modifier and Type Method Description booleanMySqlSchema. applyDdl(SourceInfo source, String databaseName, String ddlStatements, DdlChanges.DatabaseStatementStringConsumer statementConsumer)Apply the supplied DDL statements to this database schema and record the history.intRecordMakers.Converter. delete(SourceInfo source, Object[] row, int rowNumber, int numberOfRows, BitSet includedColumns, Instant ts, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)intRecordMakers.Converter. insert(SourceInfo source, Object[] row, int rowNumber, int numberOfRows, BitSet includedColumns, Instant ts, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)voidMySqlSchema. loadHistory(SourceInfo startingPoint)Load the database schema information using the previously-recorded history, and stop reading the history when the the history reaches the supplied starting point.voidMySqlTaskContext. loadHistory(SourceInfo startingPoint)Load the database schema information using the previously-recorded history, and stop reading the history when the the history reaches the supplied starting point.intRecordMakers.Converter. read(SourceInfo source, Object[] row, int rowNumber, int numberOfRows, BitSet includedColumns, Instant ts, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)protected voidSnapshotReader. readBinlogPosition(int step, SourceInfo source, JdbcConnection mysql, AtomicReference<String> sql)private voidSnapshotReader. readTableSchema(AtomicReference<String> sql, JdbcConnection mysql, MySqlSchema schema, SourceInfo source, String dbName, TableId tableId)org.apache.kafka.connect.data.StructLegacyV1MySqlSourceInfoStructMaker. struct(SourceInfo sourceInfo)org.apache.kafka.connect.data.StructMySqlSourceInfoStructMaker. struct(SourceInfo sourceInfo)intRecordMakers.Converter. update(SourceInfo source, Object[] before, Object[] after, int rowNumber, int numberOfRows, BitSet includedColumns, Instant ts, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)Constructors in io.debezium.connector.mysql.legacy with parameters of type SourceInfo Constructor Description RecordMakers(MySqlSchema schema, SourceInfo source, TopicSelector<TableId> topicSelector, boolean emitTombstoneOnDelete, Map<String,?> restartOffset)Create the record makers using the supplied components.
-