boolean |
MySqlSchema.applyDdl(SourceInfo source,
String databaseName,
String ddlStatements,
DdlChanges.DatabaseStatementStringConsumer statementConsumer)
Apply the supplied DDL statements to this database schema and record the history.
|
int |
RecordMakers.Converter.delete(SourceInfo source,
Object[] row,
int rowNumber,
int numberOfRows,
BitSet includedColumns,
long ts,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
int |
RecordMakers.Converter.insert(SourceInfo source,
Object[] row,
int rowNumber,
int numberOfRows,
BitSet includedColumns,
long ts,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
void |
MySqlSchema.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.
|
void |
MySqlTaskContext.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.
|
int |
RecordMakers.Converter.read(SourceInfo source,
Object[] row,
int rowNumber,
int numberOfRows,
BitSet includedColumns,
long ts,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
protected void |
SnapshotReader.readBinlogPosition(int step,
SourceInfo source,
JdbcConnection mysql,
AtomicReference<String> sql) |
org.apache.kafka.connect.data.Struct |
LegacyV1MySqlSourceInfoStructMaker.struct(SourceInfo sourceInfo) |
org.apache.kafka.connect.data.Struct |
MySqlSourceInfoStructMaker.struct(SourceInfo sourceInfo) |
int |
RecordMakers.Converter.update(SourceInfo source,
Object[] before,
Object[] after,
int rowNumber,
int numberOfRows,
BitSet includedColumns,
long ts,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) |