| Package | Description |
|---|---|
| io.debezium.connector.mysql |
| Modifier and Type | Method and Description |
|---|---|
RecordMakers.RecordsForTable |
RecordMakers.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.RecordsForTable |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotReader.RecordRecorder.recordRow(RecordMakers.RecordsForTable recordMaker,
Object[] row,
long ts) |
protected void |
SnapshotReader.recordRowAsInsert(RecordMakers.RecordsForTable recordMaker,
Object[] row,
long ts) |
protected void |
SnapshotReader.recordRowAsRead(RecordMakers.RecordsForTable recordMaker,
Object[] row,
long ts) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.