Uses of Class
io.debezium.connector.mysql.MySqlDatabaseSchema
-
Packages that use MySqlDatabaseSchema Package Description io.debezium.connector.mysql -
-
Uses of MySqlDatabaseSchema in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as MySqlDatabaseSchema Modifier and Type Field Description private MySqlDatabaseSchemaMySqlSnapshotChangeEventSource. databaseSchemaprivate MySqlDatabaseSchemaMySqlChangeEventSourceFactory. schemaprivate MySqlDatabaseSchemaMySqlConnectorTask. schemaprivate MySqlDatabaseSchemaMySqlSnapshotChangeEventSourceMetrics. schemaprivate MySqlDatabaseSchemaMySqlStreamingChangeEventSourceMetrics. schemaprivate MySqlDatabaseSchemaMySqlTaskContext. schemaMethods in io.debezium.connector.mysql that return MySqlDatabaseSchema Modifier and Type Method Description MySqlDatabaseSchemaMySqlTaskContext. getSchema()Methods in io.debezium.connector.mysql with parameters of type MySqlDatabaseSchema Modifier and Type Method Description private booleanMySqlConnectorTask. validateAndLoadDatabaseHistory(MySqlConnectorConfig config, MySqlPartition partition, MySqlOffsetContext offset, MySqlDatabaseSchema schema)Constructors in io.debezium.connector.mysql with parameters of type MySqlDatabaseSchema Constructor Description MySqlChangeEventSourceFactory(MySqlConnectorConfig configuration, MySqlConnection connection, ErrorHandler errorHandler, EventDispatcher<TableId> dispatcher, Clock clock, MySqlDatabaseSchema schema, MySqlTaskContext taskContext, MySqlStreamingChangeEventSourceMetrics streamingMetrics, ChangeEventQueue<DataChangeEvent> queue)MySqlSnapshotChangeEventSource(MySqlConnectorConfig connectorConfig, MySqlConnection connection, MySqlDatabaseSchema schema, EventDispatcher<TableId> dispatcher, Clock clock, MySqlSnapshotChangeEventSourceMetrics metrics, BlockingConsumer<Function<org.apache.kafka.connect.source.SourceRecord,org.apache.kafka.connect.source.SourceRecord>> lastEventProcessor)MySqlTaskContext(MySqlConnectorConfig config, MySqlDatabaseSchema schema)
-