@Incubating public class SlotState extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
active |
private Long |
catalogXmin |
private Lsn |
latestFlushedLsn |
private Lsn |
restartLsn |
| Constructor and Description |
|---|
SlotState(Lsn lastFlushLsn,
Lsn restartLsn,
Long catXmin,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
Long |
slotCatalogXmin() |
boolean |
slotIsActive() |
Lsn |
slotLastFlushedLsn() |
Lsn |
slotRestartLsn() |
private final Lsn latestFlushedLsn
private final Lsn restartLsn
private final Long catalogXmin
private final boolean active
public Lsn slotLastFlushedLsn()
public Lsn slotRestartLsn()
public Long slotCatalogXmin()
public boolean slotIsActive()
Copyright © 2021 JBoss by Red Hat. All rights reserved.