public class MySqlTaskContext extends CdcSourceTaskContext
| Modifier and Type | Field and Description |
|---|---|
private com.github.shyiko.mysql.binlog.BinaryLogClient |
binaryLogClient |
private MySqlDatabaseSchema |
schema |
private TopicSelector<TableId> |
topicSelector |
| Constructor and Description |
|---|
MySqlTaskContext(MySqlConnectorConfig config,
MySqlDatabaseSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
com.github.shyiko.mysql.binlog.BinaryLogClient |
getBinaryLogClient() |
MySqlDatabaseSchema |
getSchema() |
TopicSelector<TableId> |
getTopicSelector() |
capturedDataCollections, configureLoggingContext, getClock, getConnectorName, getConnectorType, temporaryLoggingContextprivate final MySqlDatabaseSchema schema
private final com.github.shyiko.mysql.binlog.BinaryLogClient binaryLogClient
private final TopicSelector<TableId> topicSelector
public MySqlTaskContext(MySqlConnectorConfig config, MySqlDatabaseSchema schema)
public MySqlDatabaseSchema getSchema()
public com.github.shyiko.mysql.binlog.BinaryLogClient getBinaryLogClient()
public TopicSelector<TableId> getTopicSelector()
Copyright © 2021 JBoss by Red Hat. All rights reserved.