Uses of Class
io.debezium.connector.mysql.legacy.MySqlSchema
-
Packages that use MySqlSchema Package Description io.debezium.connector.mysql.legacy -
-
Uses of MySqlSchema in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy declared as MySqlSchema Modifier and Type Field Description private MySqlSchemaMySqlTaskContext. dbSchemaprivate MySqlSchemaBinlogReaderMetrics. schemaprivate MySqlSchemaRecordMakers. schemaMethods in io.debezium.connector.mysql.legacy that return MySqlSchema Modifier and Type Method Description MySqlSchemaMySqlTaskContext. dbSchema()Methods in io.debezium.connector.mysql.legacy with parameters of type MySqlSchema Modifier and Type Method Description private 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 MySqlSchema Constructor Description RecordMakers(MySqlSchema schema, SourceInfo source, TopicSelector<TableId> topicSelector, boolean emitTombstoneOnDelete, Map<String,?> restartOffset)Create the record makers using the supplied components.
-