Package io.debezium.connector.mariadb
Class MariaDbTaskContext
java.lang.Object
io.debezium.connector.common.CdcSourceTaskContext
io.debezium.connector.binlog.BinlogTaskContext<MariaDbDatabaseSchema>
io.debezium.connector.mariadb.MariaDbTaskContext
A state (context) associated with a MariaDB connector task.
- Author:
- Chris Cranford
-
Constructor Summary
ConstructorsConstructorDescriptionMariaDbTaskContext(MariaDbConnectorConfig config, MariaDbDatabaseSchema schema) -
Method Summary
Methods inherited from class io.debezium.connector.binlog.BinlogTaskContext
getBinaryLogClient, getSchemaMethods inherited from class io.debezium.connector.common.CdcSourceTaskContext
capturedDataCollections, configureLoggingContext, configureLoggingContext, getClock, getConnectorName, getConnectorType, getCustomMetricTags, getTaskId, temporaryLoggingContext
-
Constructor Details
-
MariaDbTaskContext
-