Uses of Class
io.debezium.connector.mysql.legacy.SourceInfo
Packages that use SourceInfo
-
Uses of SourceInfo in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy declared as SourceInfoModifier and TypeFieldDescriptionprivate final SourceInfoBinlogReader.sourceprivate final SourceInfoMySqlTaskContext.sourceprivate final SourceInfoRecordMakers.sourceMethods in io.debezium.connector.mysql.legacy that return SourceInfoMethods in io.debezium.connector.mysql.legacy with parameters of type SourceInfoModifier and TypeMethodDescriptionbooleanMySqlSchema.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 SourceInfoModifierConstructorDescriptionRecordMakers(MySqlSchema schema, SourceInfo source, TopicSelector<TableId> topicSelector, boolean emitTombstoneOnDelete, Map<String, ?> restartOffset) Create the record makers using the supplied components.