| Package | Description |
|---|---|
| io.debezium.connector.mysql | |
| io.debezium.connector.mysql.antlr | |
| io.debezium.connector.mysql.antlr.listener |
| 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 |
| GtidSet
A set of MySQL GTIDs.
|
| GtidSet.Interval |
| GtidSet.UUIDSet
A range of GTIDs for a single server with a specific Uuid.
|
| HaltingPredicate
A predicate invoked by
Reader implementations in order to determine whether they should continue with
processing records or not. |
| MySqlConnectorConfig
The configuration properties.
|
| MySqlConnectorConfig.BigIntUnsignedHandlingMode
The set of predefined BigIntUnsignedHandlingMode options or aliases.
|
| MySqlConnectorConfig.GtidNewChannelPosition
The set of predefined Gtid New Channel Position options.
|
| MySqlConnectorConfig.SecureConnectionMode
The set of predefined SecureConnectionMode options or aliases.
|
| MySqlConnectorConfig.SnapshotLockingMode
The set of predefined Snapshot Locking Mode options.
|
| MySqlConnectorConfig.SnapshotMode
The set of predefined SnapshotMode options or aliases.
|
| MySqlConnectorConfig.SnapshotNewTables |
| MySqlConnectorTask.ServerIdGenerator |
| MySqlGeometry
A parser API for MySQL Geometry types
|
| MySqlJdbcContext
A context for a JDBC connection to MySQL.
|
| MySqlSchema
Component that records the schema history for databases hosted by a MySQL database server.
|
| MySqlSystemVariables.MySqlScope |
| 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.
|
| MySqlValueConverters.ParsingErrorHandler |
| 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.
|
| StopEventData |
| Class and Description |
|---|
| MySqlValueConverters
MySQL-specific customization of the conversions from JDBC values obtained from the MySQL binlog client library.
|
| Class and Description |
|---|
| MySqlDefaultValueConverter
This class is used by a DDL parser to convert the string default value to a Java type
recognized by value converters for a subset of types.
|
| MySqlValueConverters
MySQL-specific customization of the conversions from JDBC values obtained from the MySQL binlog client library.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.