Uses of Class
io.debezium.connector.mysql.legacy.MySqlConnectorTask.ServerIdGenerator
-
Packages that use MySqlConnectorTask.ServerIdGenerator Package Description io.debezium.connector.mysql.legacy -
-
Uses of MySqlConnectorTask.ServerIdGenerator in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy declared as MySqlConnectorTask.ServerIdGenerator Modifier and Type Field Description private MySqlConnectorTask.ServerIdGeneratorParallelSnapshotReader. serverIdGeneratorConstructors in io.debezium.connector.mysql.legacy with parameters of type MySqlConnectorTask.ServerIdGenerator Constructor Description ParallelSnapshotReader(Configuration config, MySqlTaskContext noSnapshotContext, Filters snapshotFilters, MySqlConnectorTask.ServerIdGenerator serverIdGenerator)Create a ParallelSnapshotReader.
-