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 Long |
latestFlushedLsn |
private Long |
restartLsn |
| Modifier | Constructor and Description |
|---|---|
protected |
ReplicationSlot(boolean active,
Long latestFlushedLsn,
Long restartLsn,
Long catalogXmin) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
active() |
protected SlotState |
asSlotState() |
protected Long |
catalogXmin() |
protected boolean |
hasValidFlushedLsn() |
protected Long |
latestFlushedLsn()
Represents the `confirmed_flushed_lsn` field of the replication slot.
|
protected Long |
restartLsn()
Represents the `restart_lsn` field of the replication slot.
|
String |
toString() |
protected static final ServerInfo.ReplicationSlot INVALID
private boolean active
private Long latestFlushedLsn
private Long restartLsn
private Long catalogXmin
protected boolean active()
protected Long latestFlushedLsn()
protected Long restartLsn()
protected Long catalogXmin()
protected boolean hasValidFlushedLsn()
protected SlotState asSlotState()
Copyright © 2019 JBoss by Red Hat. All rights reserved.