Uses of Class
io.debezium.connector.mysql.legacy.MySqlSchema
Packages that use MySqlSchema
-
Uses of MySqlSchema in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy declared as MySqlSchemaModifier and TypeFieldDescriptionprivate final MySqlSchemaMySqlTaskContext.dbSchemaprivate final MySqlSchemaBinlogReaderMetrics.schemaprivate final MySqlSchemaRecordMakers.schemaMethods in io.debezium.connector.mysql.legacy that return MySqlSchemaMethods in io.debezium.connector.mysql.legacy with parameters of type MySqlSchemaModifier and TypeMethodDescriptionprivate voidSnapshotReader.readTableSchema(AtomicReference<String> sql, JdbcConnection mysql, MySqlSchema schema, SourceInfo source, String dbName, TableId tableId) private booleanSnapshotReader.shouldRecordTableSchema(MySqlSchema schema, Filters filters, TableId id) Whether DDL for the given table should be recorded.Constructors in io.debezium.connector.mysql.legacy with parameters of type MySqlSchemaModifierConstructorDescriptionRecordMakers(MySqlSchema schema, SourceInfo source, TopicSelector<TableId> topicSelector, boolean emitTombstoneOnDelete, Map<String, ?> restartOffset) Create the record makers using the supplied components.