Uses of Class
io.debezium.connector.db2.Db2OffsetContext
-
-
Uses of Db2OffsetContext in io.debezium.connector.db2
Fields in io.debezium.connector.db2 declared as Db2OffsetContext Modifier and Type Field Description private Db2OffsetContextDb2SchemaChangeEventEmitter. offsetContextprivate Db2OffsetContextDb2StreamingChangeEventSource. offsetContextConstructors in io.debezium.connector.db2 with parameters of type Db2OffsetContext Constructor Description Db2SchemaChangeEventEmitter(Db2OffsetContext offsetContext, Db2ChangeTable changeTable, io.debezium.relational.Table tableSchema, io.debezium.schema.SchemaChangeEvent.SchemaChangeEventType eventType)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)
-