| 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 |
| ChainedReader |
| 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.
|
| Metrics |
| MySqlConnectorConfig.BigIntUnsignedHandlingMode
The set of predefined BigIntUnsignedHandlingMode options or aliases.
|
| MySqlConnectorConfig.DecimalHandlingMode
The set of predefined DecimalHandlingMode options or aliases.
|
| MySqlConnectorConfig.EventDeserializationFailureHandlingMode
The set of predefined modes for dealing with failures during binlog event serialization.
|
| MySqlConnectorConfig.SecureConnectionMode
The set of predefined SecureConnectionMode options or aliases.
|
| MySqlConnectorConfig.SnapshotMode
The set of predefined SnapshotMode options or aliases.
|
| MySqlDdlParser
A parser for DDL statements.
|
| MySqlGeometry
A parser API for MySQL Geometry types, it uses geopackage-wkb-java as a base for parsing Well-Known Binary
|
| 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
Encapsulates a set of the MySQL system variables.
|
| MySqlSystemVariables.Scope |
| 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.
|
| 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 |
| TopicSelector
A function that determines the name of topics for data and metadata.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.