Uses of Class
io.debezium.connector.db2.TxLogPosition
Packages that use TxLogPosition
-
Uses of TxLogPosition in io.debezium.connector.db2
Fields in io.debezium.connector.db2 declared as TxLogPositionMethods in io.debezium.connector.db2 that return TxLogPositionModifier and TypeMethodDescriptionDb2OffsetContext.getChangePosition()protected TxLogPositionDb2StreamingChangeEventSource.ChangeTablePointer.getNextChangePosition(ResultSet resultSet) static TxLogPositionstatic TxLogPositionMethods in io.debezium.connector.db2 with parameters of type TxLogPositionModifier and TypeMethodDescriptionintTxLogPosition.compareTo(TxLogPosition o) voidDb2OffsetContext.setChangePosition(TxLogPosition position, int eventCount) Constructors in io.debezium.connector.db2 with parameters of type TxLogPositionModifierConstructorDescriptionDb2OffsetContext(Db2ConnectorConfig connectorConfig, TxLogPosition position, boolean snapshot, boolean snapshotCompleted) Db2OffsetContext(Db2ConnectorConfig connectorConfig, TxLogPosition position, boolean snapshot, boolean snapshotCompleted, long eventSerialNo, io.debezium.pipeline.txmetadata.TransactionContext transactionContext, io.debezium.pipeline.source.snapshot.incremental.IncrementalSnapshotContext<io.debezium.relational.TableId> incrementalSnapshotContext)