Uses of Class
io.debezium.connector.mysql.legacy.MySqlTaskContext
-
Packages that use MySqlTaskContext Package Description io.debezium.connector.mysql.legacy -
-
Uses of MySqlTaskContext in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy declared as MySqlTaskContext Modifier and Type Field Description protected MySqlTaskContextAbstractReader. contextprivate MySqlTaskContextMySqlConnectorTask. taskContextMethods in io.debezium.connector.mysql.legacy that return MySqlTaskContext Modifier and Type Method Description private static MySqlTaskContextMySqlConnectorTask. createAndStartTaskContext(Configuration config, Filters filters)Constructors in io.debezium.connector.mysql.legacy with parameters of type MySqlTaskContext Constructor Description AbstractReader(String name, MySqlTaskContext context, HaltingPredicate acceptAndContinue)Create a snapshot reader.BinlogReader(String name, MySqlTaskContext context, HaltingPredicate acceptAndContinue)Create a binlog reader.BinlogReader(String name, MySqlTaskContext context, HaltingPredicate acceptAndContinue, long serverId)Create a binlog reader.BinlogReaderMetrics(com.github.shyiko.mysql.binlog.BinaryLogClient client, MySqlTaskContext taskContext, String name, ChangeEventQueueMetrics changeEventQueueMetrics)ParallelSnapshotReader(Configuration config, MySqlTaskContext noSnapshotContext, Filters snapshotFilters, MySqlConnectorTask.ServerIdGenerator serverIdGenerator)Create a ParallelSnapshotReader.SnapshotReader(String name, MySqlTaskContext context)Create a snapshot reader.SnapshotReader(String name, MySqlTaskContext context, boolean useGlobalLock)Create a snapshot reader that can use global locking only optionally.SnapshotReaderMetrics(MySqlTaskContext taskContext, ChangeEventQueueMetrics changeEventQueueMetrics)
-