protected static interface RecordMakers.Converter
| Modifier and Type | Method and Description |
|---|---|
int |
delete(SourceInfo source,
Object[] row,
int rowNumber,
int numberOfRows,
BitSet includedColumns,
Instant ts,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
int |
insert(SourceInfo source,
Object[] row,
int rowNumber,
int numberOfRows,
BitSet includedColumns,
Instant ts,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
int |
read(SourceInfo source,
Object[] row,
int rowNumber,
int numberOfRows,
BitSet includedColumns,
Instant ts,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
int |
update(SourceInfo source,
Object[] before,
Object[] after,
int rowNumber,
int numberOfRows,
BitSet includedColumns,
Instant ts,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
int read(SourceInfo source, Object[] row, int rowNumber, int numberOfRows, BitSet includedColumns, Instant ts, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) throws InterruptedException
InterruptedExceptionint insert(SourceInfo source, Object[] row, int rowNumber, int numberOfRows, BitSet includedColumns, Instant ts, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) throws InterruptedException
InterruptedExceptionint update(SourceInfo source, Object[] before, Object[] after, int rowNumber, int numberOfRows, BitSet includedColumns, Instant ts, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) throws InterruptedException
InterruptedExceptionint delete(SourceInfo source, Object[] row, int rowNumber, int numberOfRows, BitSet includedColumns, Instant ts, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) throws InterruptedException
InterruptedExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.