Uses of Class
io.debezium.connector.mysql.legacy.RecordMakers.RecordsForTable
Packages that use RecordMakers.RecordsForTable
-
Uses of RecordMakers.RecordsForTable in io.debezium.connector.mysql.legacy
Methods in io.debezium.connector.mysql.legacy that return RecordMakers.RecordsForTableModifier and TypeMethodDescriptionRecordMakers.forTable(long tableNumber, BitSet includedColumns, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) Obtain the record maker for the given table, using the specified columns and sending records to the given consumer.RecordMakers.forTable(TableId tableId, BitSet includedColumns, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) Obtain the record maker for the given table, using the specified columns and sending records to the given consumer.Methods in io.debezium.connector.mysql.legacy with parameters of type RecordMakers.RecordsForTableModifier and TypeMethodDescriptionvoidSnapshotReader.RecordRecorder.recordRow(RecordMakers.RecordsForTable recordMaker, Object[] row, Instant ts) protected voidSnapshotReader.recordRowAsInsert(RecordMakers.RecordsForTable recordMaker, Object[] row, Instant ts) protected voidSnapshotReader.recordRowAsRead(RecordMakers.RecordsForTable recordMaker, Object[] row, Instant ts)