Class SlotState
java.lang.Object
io.debezium.connector.postgresql.spi.SlotState
A simple data container that holds the state of the current slot
-
Field Details
-
latestFlushedLsn
-
restartLsn
-
catalogXmin
-
active
private final boolean active
-
-
Constructor Details
-
SlotState
-
-
Method Details
-
slotLastFlushedLsn
- Returns:
- the slot's `confirmed_flushed_lsn` value
-
slotRestartLsn
- Returns:
- the slot's `restart_lsn` value
-
slotCatalogXmin
- Returns:
- the slot's `catalog_xmin` value
-
slotIsActive
public boolean slotIsActive()- Returns:
- if the slot is active
-