Uses of Class
io.debezium.connector.mysql.MySqlDatabaseSchema
Packages that use MySqlDatabaseSchema
-
Uses of MySqlDatabaseSchema in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as MySqlDatabaseSchemaModifier and TypeFieldDescriptionprivate final MySqlDatabaseSchemaMySqlChangeEventSourceFactory.schemaprivate MySqlDatabaseSchemaMySqlConnectorTask.schemaConstructors in io.debezium.connector.mysql with parameters of type MySqlDatabaseSchemaModifierConstructorDescriptionMySqlChangeEventSourceFactory(MySqlConnectorConfig configuration, MainConnectionProvidingConnectionFactory<BinlogConnectorConnection> connectionFactory, ErrorHandler errorHandler, EventDispatcher<MySqlPartition, TableId> dispatcher, Clock clock, MySqlDatabaseSchema schema, MySqlTaskContext taskContext, MySqlStreamingChangeEventSourceMetrics streamingMetrics, ChangeEventQueue<DataChangeEvent> queue, SnapshotterService snapshotterService) MySqlSnapshotChangeEventSource(MySqlConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<BinlogConnectorConnection> connectionFactory, MySqlDatabaseSchema schema, EventDispatcher<MySqlPartition, TableId> dispatcher, Clock clock, MySqlSnapshotChangeEventSourceMetrics metrics, BlockingConsumer<Function<org.apache.kafka.connect.source.SourceRecord, org.apache.kafka.connect.source.SourceRecord>> lastEventProcessor, Runnable preSnapshotAction, NotificationService<MySqlPartition, MySqlOffsetContext> notificationService, SnapshotterService snapshotterService) MySqlTaskContext(MySqlConnectorConfig config, MySqlDatabaseSchema schema)