public class SnapshotSplitReader.SnapshotSplitChangeEventSourceContextImpl extends Object implements io.debezium.pipeline.source.spi.ChangeEventSource.ChangeEventSourceContext
ChangeEventSource.ChangeEventSourceContext implementation that keeps low/high
watermark for each MySqlSnapshotSplit.| Constructor and Description |
|---|
SnapshotSplitChangeEventSourceContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
BinlogOffset |
getHighWatermark() |
BinlogOffset |
getLowWatermark() |
boolean |
isRunning() |
void |
setHighWatermark(BinlogOffset highWatermark) |
void |
setLowWatermark(BinlogOffset lowWatermark) |
public SnapshotSplitChangeEventSourceContextImpl()
public BinlogOffset getLowWatermark()
public void setLowWatermark(BinlogOffset lowWatermark)
public BinlogOffset getHighWatermark()
public void setHighWatermark(BinlogOffset highWatermark)
public boolean isRunning()
isRunning in interface io.debezium.pipeline.source.spi.ChangeEventSource.ChangeEventSourceContextCopyright © 2022 The Apache Software Foundation. All rights reserved.