public class LsnOffset
extends org.apache.flink.cdc.connectors.base.source.meta.offset.Offset
| Modifier and Type | Field and Description |
|---|---|
static LsnOffset |
INITIAL_OFFSET |
static LsnOffset |
NO_STOPPING_OFFSET |
| Constructor and Description |
|---|
LsnOffset(io.debezium.connector.db2.Lsn changeLsn) |
LsnOffset(io.debezium.connector.db2.Lsn changeLsn,
io.debezium.connector.db2.Lsn commitLsn,
Long eventSerialNo) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.apache.flink.cdc.connectors.base.source.meta.offset.Offset offset) |
boolean |
equals(Object o) |
public static final LsnOffset INITIAL_OFFSET
public static final LsnOffset NO_STOPPING_OFFSET
public LsnOffset(io.debezium.connector.db2.Lsn changeLsn,
io.debezium.connector.db2.Lsn commitLsn,
Long eventSerialNo)
public LsnOffset(io.debezium.connector.db2.Lsn changeLsn)
public int compareTo(org.apache.flink.cdc.connectors.base.source.meta.offset.Offset offset)
public boolean equals(Object o)
equals in class org.apache.flink.cdc.connectors.base.source.meta.offset.OffsetCopyright © 2024 The Apache Software Foundation. All rights reserved.