| Modifier and Type | Field and Description |
|---|---|
static TxLogPosition |
TxLogPosition.NULL |
| Modifier and Type | Method and Description |
|---|---|
TxLogPosition |
Db2OffsetContext.getChangePosition() |
protected TxLogPosition |
Db2StreamingChangeEventSource.ChangeTablePointer.getNextChangePosition(ResultSet resultSet) |
static TxLogPosition |
TxLogPosition.valueOf(Lsn commitLsn) |
static TxLogPosition |
TxLogPosition.valueOf(Lsn commitLsn,
Lsn inTxLsn) |
| Modifier and Type | Method and Description |
|---|---|
int |
TxLogPosition.compareTo(TxLogPosition o) |
void |
Db2OffsetContext.setChangePosition(TxLogPosition position,
int eventCount) |
| Constructor and 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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.