Class SnapshotReader

java.lang.Object
io.debezium.connector.mysql.legacy.AbstractReader
io.debezium.connector.mysql.legacy.SnapshotReader
All Implemented Interfaces:
Reader

public class SnapshotReader extends AbstractReader
A component that performs a snapshot of a MySQL server, and records the schema changes in MySqlSchema.
Author:
Randall Hauch