protected static class ServerInfo.ReplicationSlot extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
active |
private Long |
catalogXmin |
protected static ServerInfo.ReplicationSlot |
INVALID |
private Lsn |
latestFlushedLsn |
private Lsn |
restartLsn |
| Modifier | Constructor and Description |
|---|---|
protected |
ReplicationSlot(boolean active,
Lsn latestFlushedLsn,
Lsn restartLsn,
Long catalogXmin) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
active() |
protected SlotState |
asSlotState() |
protected Long |
catalogXmin() |
protected boolean |
hasValidFlushedLsn() |
protected Lsn |
latestFlushedLsn()
Represents the `confirmed_flushed_lsn` field of the replication slot.
|
protected Lsn |
restartLsn()
Represents the `restart_lsn` field of the replication slot.
|
String |
toString() |
protected static final ServerInfo.ReplicationSlot INVALID
private boolean active
private Lsn latestFlushedLsn
private Lsn restartLsn
private Long catalogXmin
protected boolean active()
protected Lsn latestFlushedLsn()
protected Lsn restartLsn()
protected Long catalogXmin()
protected boolean hasValidFlushedLsn()
protected SlotState asSlotState()
Copyright © 2021 JBoss by Red Hat. All rights reserved.