Uses of Class
org.postgresql.replication.LogSequenceNumber
Packages that use LogSequenceNumber
Package
Description
-
Uses of LogSequenceNumber in org.postgresql.core.v3.replication
Fields in org.postgresql.core.v3.replication declared as LogSequenceNumberModifier and TypeFieldDescriptionprivate LogSequenceNumber
V3PGReplicationStream.explicitlyFlushedLSN
private LogSequenceNumber
V3PGReplicationStream.lastAppliedLSN
private LogSequenceNumber
V3PGReplicationStream.lastFlushedLSN
private LogSequenceNumber
V3PGReplicationStream.lastReceiveLSN
Last receive LSN + payload size.private LogSequenceNumber
V3PGReplicationStream.lastServerLSN
private LogSequenceNumber
V3PGReplicationStream.startOfLastMessageLSN
Methods in org.postgresql.core.v3.replication that return LogSequenceNumberModifier and TypeMethodDescriptionV3PGReplicationStream.getLastAppliedLSN()
V3PGReplicationStream.getLastFlushedLSN()
V3PGReplicationStream.getLastReceiveLSN()
Methods in org.postgresql.core.v3.replication with parameters of type LogSequenceNumberModifier and TypeMethodDescriptionprivate byte[]
V3PGReplicationStream.prepareUpdateStatus
(LogSequenceNumber received, LogSequenceNumber flushed, LogSequenceNumber applied, boolean replyRequired) void
V3PGReplicationStream.setAppliedLSN
(LogSequenceNumber applied) void
V3PGReplicationStream.setFlushedLSN
(LogSequenceNumber flushed) private void
V3PGReplicationStream.updateStatusInternal
(LogSequenceNumber received, LogSequenceNumber flushed, LogSequenceNumber applied, boolean replyRequired) Constructors in org.postgresql.core.v3.replication with parameters of type LogSequenceNumberModifierConstructorDescriptionV3PGReplicationStream
(CopyDual copyDual, LogSequenceNumber startLSN, long updateIntervalMs, ReplicationType replicationType) -
Uses of LogSequenceNumber in org.postgresql.replication
Fields in org.postgresql.replication declared as LogSequenceNumberModifier and TypeFieldDescriptionprivate final LogSequenceNumber
ReplicationSlotInfo.consistentPoint
static final LogSequenceNumber
LogSequenceNumber.INVALID_LSN
Zero is used indicate an invalid pointer.Methods in org.postgresql.replication that return LogSequenceNumberModifier and TypeMethodDescriptionReplicationSlotInfo.getConsistentPoint()
LSN at which we became consistent.PGReplicationStream.getLastAppliedLSN()
Last applied lsn sent in update message to backed.PGReplicationStream.getLastFlushedLSN()
Last flushed LSN sent in update message to backend.PGReplicationStream.getLastReceiveLSN()
Parameter updates by executePGReplicationStream.read()
method.static LogSequenceNumber
LogSequenceNumber.valueOf
(long value) static LogSequenceNumber
Create LSN instance by string represent LSN.Methods in org.postgresql.replication with parameters of type LogSequenceNumberModifier and TypeMethodDescriptionint
LogSequenceNumber.compareTo
(LogSequenceNumber o) void
PGReplicationStream.setAppliedLSN
(LogSequenceNumber applied) Inform backend which LSN has been applied on standby.void
PGReplicationStream.setFlushedLSN
(LogSequenceNumber flushed) Set flushed LSN.Constructors in org.postgresql.replication with parameters of type LogSequenceNumberModifierConstructorDescriptionReplicationSlotInfo
(String slotName, ReplicationType replicationType, LogSequenceNumber consistentPoint, String snapshotName, String outputPlugin) -
Uses of LogSequenceNumber in org.postgresql.replication.fluent
Fields in org.postgresql.replication.fluent declared as LogSequenceNumberMethods in org.postgresql.replication.fluent that return LogSequenceNumberMethods in org.postgresql.replication.fluent with parameters of type LogSequenceNumberModifier and TypeMethodDescriptionAbstractStreamBuilder.withStartPosition
(LogSequenceNumber lsn) ChainedCommonStreamBuilder.withStartPosition
(LogSequenceNumber lsn) Specify start position from which backend will start stream changes. -
Uses of LogSequenceNumber in org.postgresql.replication.fluent.logical
Methods in org.postgresql.replication.fluent.logical that return LogSequenceNumberMethods in org.postgresql.replication.fluent.logical with parameters of type LogSequenceNumber -
Uses of LogSequenceNumber in org.postgresql.replication.fluent.physical
Methods in org.postgresql.replication.fluent.physical that return LogSequenceNumber