| Interface | Description |
|---|---|
| BinlogReaderMetricsMXBean | |
| HaltingPredicate |
A predicate invoked by
Reader implementations in order to determine whether they should continue with
processing records or not. |
| Reader |
A component that reads a portion of the MySQL server history or current state.
|
| ReaderMetricsMXBean |
Metrics that are common for both snapshot and binlog readers
|
| RecordMakers.Converter | |
| SnapshotReader.RecordRecorder | |
| SnapshotReaderMetricsMXBean |
| Class | Description |
|---|---|
| AbstractReader |
A component that performs a snapshot of a MySQL server, and records the schema changes in
MySqlSchema. |
| AbstractReader.AcceptAllPredicate |
A predicate that returns true for all sourceRecords
|
| BinlogReader |
A component that reads the binlog of a MySQL server, and records any schema changes in
MySqlSchema. |
| BinlogReader.BinlogPosition | |
| BinlogReaderMetrics | |
| BlockingReader |
A component that blocks doing nothing until the connector task is stopped
|
| ChainedReader | |
| ChainedReader.Builder | |
| EventBuffer |
This class represents a look-ahead buffer that allows Debezium to accumulate binlog events and decide
if the last event in transaction is either
ROLLBACK or COMMIT. |
| EventDataDeserializationExceptionData |
Event data for an event of type
EventType.INCIDENT representing a failure to deserialize a binlog event. |
| 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.
|
| LegacyV1MySqlSourceInfoStructMaker | |
| 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.
|
| MySqlConnectorTask |
A Kafka Connect source task reads the MySQL binary log and generate the corresponding data change events.
|
| 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.
|
| 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.
|
| MySqlSourceInfoStructMaker | |
| MySqlSystemVariables |
Custom class for MySQL
SystemVariables, which defines MySQL scopes and constants of used variable names. |
| MySqlTaskContext |
A Kafka Connect source task reads the MySQL binary log and generate the corresponding data change events.
|
| MySqlTopicSelector |
Factory for this connector's
TopicSelector. |
| MySqlUnsignedIntegerConverter |
A converter API for MySQL Unsigned Integer types.
|
| MySqlValueConverters |
MySQL-specific customization of the conversions from JDBC values obtained from the MySQL binlog client library.
|
| ParallelSnapshotReader |
A reader that runs a
ChainedReader consisting of a SnapshotReader and a BinlogReader
for all tables newly added to the config in parallel with a BinlogReader for all the tables previously
in the config. |
| ParallelSnapshotReader.ParallelHaltingPredicate |
A Halting Predicate for the parallel snapshot reader.
|
| ReconcilingBinlogReader |
A reader that unifies the binlog positions of two binlog readers.
|
| ReconcilingBinlogReader.OffsetLimitPredicate |
A Predicate that returns false for any record beyond a given offset.
|
| 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. |
| SnapshotReaderMetrics | |
| SourceInfo |
Information about the source of information, which includes the position in the source binary log we have previously processed.
|
| StopEventData | |
| StopEventDataDeserializer | |
| TimedBlockingReader |
A component that blocks doing nothing for a specified period of time or until the connector task is stopped
|
| Enum | Description |
|---|---|
| MySqlConnectorConfig.BigIntUnsignedHandlingMode |
The set of predefined BigIntUnsignedHandlingMode options or aliases.
|
| MySqlConnectorConfig.EventProcessingFailureHandlingMode |
The set of predefined modes for dealing with failures during binlog event processing.
|
| 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 | |
| MySqlSystemVariables.MySqlScope | |
| Reader.State |
The possible states of a reader.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.