Package io.debezium.connector.mysql
Class MySqlTaskContext
java.lang.Object
io.debezium.connector.common.CdcSourceTaskContext
io.debezium.connector.mysql.MySqlTaskContext
A state (context) associated with a MySQL task
- Author:
- Jiri Pechanec
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.github.shyiko.mysql.binlog.BinaryLogClient
private final MySqlDatabaseSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.shyiko.mysql.binlog.BinaryLogClient
Methods inherited from class io.debezium.connector.common.CdcSourceTaskContext
capturedDataCollections, configureLoggingContext, configureLoggingContext, getClock, getConnectorName, getConnectorType, getTaskId, temporaryLoggingContext
-
Field Details
-
schema
-
binaryLogClient
private final com.github.shyiko.mysql.binlog.BinaryLogClient binaryLogClient
-
-
Constructor Details
-
MySqlTaskContext
-
-
Method Details
-
getSchema
-
getBinaryLogClient
public com.github.shyiko.mysql.binlog.BinaryLogClient getBinaryLogClient()
-