| Interface | Description |
|---|---|
| RecordMakers.Converter | |
| SnapshotReader.RecordRecorder | |
| TopicSelector |
A function that determines the name of topics for data and metadata.
|
| Class | 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. |
| Filters |
A utility that is contains various filters for acceptable database names,
TableIds, and columns. |
| GtidSet |
A set of MySQL GTIDs.
|
| GtidSet.Interval | |
| GtidSet.UUIDSet |
A range of GTIDs for a single server with a specific UUID.
|
| Module |
Information about this module.
|
| MySqlConnector |
A Kafka Connect source connector that creates tasks that read the MySQL binary log and generate the corresponding
data change events.
|
| MySqlConnectorConfig |
The configuration properties.
|
| MySqlConnectorConfig.DatabaseRecommender | |
| MySqlConnectorConfig.TableRecommender | |
| MySqlConnectorTask |
A Kafka Connect source task reads the MySQL binary log and generate the corresponding data change events.
|
| MySqlDdlParser |
A parser for DDL statements.
|
| MySqlJdbcContext |
A context for a JDBC connection to MySQL.
|
| 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.
|
| MySqlValueConverters |
MySQL-specific customization of the conversions from JDBC values obtained from the MySQL binlog client library.
|
| RecordMakers |
A component that makes
SourceRecords for tables. |
| RowDeserializers |
Custom deserializers for the MySQL Binlog Client library.
|
| RowDeserializers.DeleteRowsDeserializer |
A specialization of
DeleteRowsEventDataDeserializer that converts MySQL DATE, TIME,
DATETIME, and TIMESTAMP values to LocalDate, LocalTime, LocalDateTime, and
OffsetDateTime objects, respectively. |
| RowDeserializers.UpdateRowsDeserializer |
A specialization of
UpdateRowsEventDataDeserializer that converts MySQL DATE, TIME,
DATETIME, and TIMESTAMP values to LocalDate, LocalTime, LocalDateTime, and
OffsetDateTime objects, respectively. |
| RowDeserializers.WriteRowsDeserializer |
A specialization of
WriteRowsEventDataDeserializer that converts MySQL DATE, TIME,
DATETIME, and TIMESTAMP values to LocalDate, LocalTime, LocalDateTime, and
OffsetDateTime objects, respectively. |
| SnapshotReader |
A component that performs a snapshot of a MySQL server, and records the schema changes in
MySqlSchema. |
| SourceInfo |
Information about the source of information, which includes the position in the source binary log we have previously processed.
|
| StopEventData | |
| StopEventDataDeserializer |
| Enum | Description |
|---|---|
| MySqlConnectorConfig.SnapshotMode |
The set of predefined SnapshotMode options or aliases.
|
| MySqlConnectorConfig.TemporalPrecisionMode |
The set of predefined TemporalPrecisionMode options or aliases.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.