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