| Modifier and Type | Field and Description |
|---|---|
private Db2Connection |
Db2StreamingChangeEventSource.dataConnection
Connection used for reading CDC tables.
|
private Db2Connection |
Db2ConnectorTask.dataConnection |
private Db2Connection |
Db2ChangeEventSourceFactory.dataConnection |
private Db2Connection |
Db2SnapshotChangeEventSource.jdbcConnection |
private Db2Connection |
Db2StreamingChangeEventSource.metadataConnection
A separate connection for retrieving timestamps; without it, adaptive
buffering will not work.
|
private Db2Connection |
Db2ConnectorTask.metadataConnection |
private Db2Connection |
Db2ChangeEventSourceFactory.metadataConnection |
| Constructor and Description |
|---|
Db2ChangeEventSourceFactory(Db2ConnectorConfig configuration,
Db2Connection dataConnection,
Db2Connection metadataConnection,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.util.Clock clock,
Db2DatabaseSchema schema) |
Db2DatabaseSchema(Db2ConnectorConfig connectorConfig,
io.debezium.util.SchemaNameAdjuster schemaNameAdjuster,
io.debezium.schema.TopicSelector<io.debezium.relational.TableId> topicSelector,
Db2Connection connection) |
Db2SnapshotChangeEventSource(Db2ConnectorConfig connectorConfig,
Db2OffsetContext previousOffset,
Db2Connection jdbcConnection,
Db2DatabaseSchema schema,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.util.Clock clock,
io.debezium.pipeline.source.spi.SnapshotProgressListener snapshotProgressListener) |
Db2StreamingChangeEventSource(Db2ConnectorConfig connectorConfig,
Db2OffsetContext offsetContext,
Db2Connection dataConnection,
Db2Connection metadataConnection,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.util.Clock clock,
Db2DatabaseSchema schema) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.