Uses of Class
io.debezium.connector.mysql.legacy.AbstractReader
-
Packages that use AbstractReader Package Description io.debezium.connector.mysql.legacy -
-
Uses of AbstractReader in io.debezium.connector.mysql.legacy
Subclasses of AbstractReader in io.debezium.connector.mysql.legacy Modifier and Type Class Description classBinlogReaderA component that reads the binlog of a MySQL server, and records any schema changes inMySqlSchema.classSnapshotReaderA component that performs a snapshot of a MySQL server, and records the schema changes inMySqlSchema.
-