Uses of Class
io.debezium.connector.db2.Db2Connection
-
Packages that use Db2Connection Package Description io.debezium.connector.db2 -
-
Uses of Db2Connection in io.debezium.connector.db2
Fields in io.debezium.connector.db2 declared as Db2Connection Modifier and Type Field Description private Db2ConnectionDb2ChangeEventSourceFactory. dataConnectionprivate Db2ConnectionDb2ConnectorTask. dataConnectionprivate Db2ConnectionDb2StreamingChangeEventSource. dataConnectionConnection used for reading CDC tables.private Db2ConnectionDb2SnapshotChangeEventSource. jdbcConnectionprivate Db2ConnectionDb2ChangeEventSourceFactory. metadataConnectionprivate Db2ConnectionDb2ConnectorTask. metadataConnectionprivate Db2ConnectionDb2StreamingChangeEventSource. metadataConnectionA separate connection for retrieving timestamps; without it, adaptive buffering will not work.Constructors in io.debezium.connector.db2 with parameters of type Db2Connection Constructor 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, 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, 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)
-