Uses of Class
io.debezium.connector.mysql.legacy.RecordMakers.RecordsForTable
-
Packages that use RecordMakers.RecordsForTable Package Description io.debezium.connector.mysql.legacy -
-
Uses of RecordMakers.RecordsForTable in io.debezium.connector.mysql.legacy
Methods in io.debezium.connector.mysql.legacy that return RecordMakers.RecordsForTable Modifier and Type Method Description RecordMakers.RecordsForTableRecordMakers. 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.RecordsForTableRecordMakers. 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.RecordsForTable Modifier and Type Method Description voidSnapshotReader.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)
-