| Interface | Description |
|---|---|
| HaltingPredicate |
A predicate invoked by
Reader implementations in order to determine whether they should continue with
processing records or not. |
| MySqlSnapshotChangeEventSourceMetricsMXBean | |
| MySqlStreamingChangeEventSource.BinlogChangeEmitter<T> | |
| MySqlStreamingChangeEventSource.RowsProvider<E extends com.github.shyiko.mysql.binlog.event.EventData,U> | |
| MySqlStreamingChangeEventSource.TableIdProvider<E extends com.github.shyiko.mysql.binlog.event.EventData> | |
| MySqlStreamingChangeEventSourceMetricsMXBean | |
| MySqlValueConverters.ParsingErrorHandler |
| Class | Description |
|---|---|
| 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. |
| 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.
|
| MySqlChangeEventSourceFactory | |
| MySqlChangeEventSourceMetricsFactory | |
| MySqlChangeRecordEmitter |
Emits change data.
|
| MySqlConnection |
JdbcConnection extension to be used with MySQL Server |
| MySqlConnection.MySqlConnectionConfiguration | |
| 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 |
The main task executing streaming from MySQL.
|
| MySqlDatabaseSchema |
Component that records the schema history for databases hosted by a MySQL database server.
|
| 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.
|
| MySqlErrorHandler |
Error handler for SQL Server.
|
| MySqlEventMetadataProvider | |
| MySqlGeometry |
A parser API for MySQL Geometry types
|
| MySqlHistoryRecordComparator | |
| MySqlOffsetContext | |
| MySqlOffsetContext.Loader | |
| MySqlSnapshotChangeEventSource | |
| MySqlSnapshotChangeEventSource.MySqlSnapshotContext |
Mutable context which is populated in the course of snapshotting.
|
| MySqlSnapshotChangeEventSourceMetrics | |
| MySqlSourceInfoStructMaker | |
| MySqlStreamingChangeEventSource | |
| MySqlStreamingChangeEventSource.BinlogPosition | |
| MySqlStreamingChangeEventSourceMetrics | |
| MySqlSystemVariables |
Custom class for MySQL
SystemVariables, which defines MySQL scopes and constants of used variable names. |
| MySqlTaskContext |
A state (context) associated with a MySQL task
|
| 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.
|
| 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. |
| 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.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 | |
| MySqlSystemVariables.MySqlScope |
Copyright © 2021 JBoss by Red Hat. All rights reserved.