Uses of Class
io.debezium.connector.db2.TxLogPosition
-
Packages that use TxLogPosition Package Description io.debezium.connector.db2 -
-
Uses of TxLogPosition in io.debezium.connector.db2
Fields in io.debezium.connector.db2 declared as TxLogPosition Modifier and Type Field Description static TxLogPositionTxLogPosition. NULLMethods in io.debezium.connector.db2 that return TxLogPosition Modifier and Type Method Description TxLogPositionDb2OffsetContext. getChangePosition()protected TxLogPositionDb2StreamingChangeEventSource.ChangeTablePointer. getNextChangePosition(ResultSet resultSet)static TxLogPositionTxLogPosition. valueOf(Lsn commitLsn)static TxLogPositionTxLogPosition. valueOf(Lsn commitLsn, Lsn inTxLsn)Methods in io.debezium.connector.db2 with parameters of type TxLogPosition Modifier and Type Method Description intTxLogPosition. compareTo(TxLogPosition o)voidDb2OffsetContext. setChangePosition(TxLogPosition position, int eventCount)Constructors in io.debezium.connector.db2 with parameters of type TxLogPosition Constructor Description Db2OffsetContext(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)
-