| Package | Description |
|---|---|
| io.debezium.connector.mysql | |
| io.debezium.connector.mysql.legacy |
| Class and Description |
|---|
| MySqlJdbcContext.DatabaseLocales |
| Class and Description |
|---|
| AbstractReader
A component that performs a snapshot of a MySQL server, and records the schema changes in
MySqlSchema. |
| BinlogReader
A component that reads the binlog of a MySQL server, and records any schema changes in
MySqlSchema. |
| BinlogReader.BinlogPosition |
| BinlogReaderMetrics |
| BinlogReaderMetricsMXBean |
| BlockingReader
A component that blocks doing nothing until the connector task is stopped
|
| ChainedReader |
| ChainedReader.Builder |
| Filters
A utility that is contains various filters for acceptable database names,
TableIds, and columns. |
| Filters.Builder |
| MySqlConnectorTask.ServerIdGenerator |
| MySqlJdbcContext
A context for a JDBC connection to MySQL.
|
| MySqlJdbcContext.DatabaseLocales |
| MySqlSchema
Component that records the schema history for databases hosted by a MySQL database server.
|
| MySqlTaskContext
A Kafka Connect source task reads the MySQL binary log and generate the corresponding data change events.
|
| Reader
A component that reads a portion of the MySQL server history or current state.
|
| Reader.State
The possible states of a reader.
|
| ReconcilingBinlogReader
A reader that unifies the binlog positions of two binlog readers.
|
| RecordMakers
A component that makes
SourceRecords for tables. |
| RecordMakers.Converter |
| RecordMakers.RecordsForTable
A
SourceRecord factory for a specific table and consumer. |
| SnapshotReader
A component that performs a snapshot of a MySQL server, and records the schema changes in
MySqlSchema. |
| SnapshotReader.RecordRecorder |
| SnapshotReaderMetrics |
| SnapshotReaderMetricsMXBean |
| SourceInfo
Information about the source of information, which includes the position in the source binary log we have previously processed.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.