Uses of Class
org.postgresql.replication.LogSequenceNumber
Packages that use LogSequenceNumber
Package
Description
-
Uses of LogSequenceNumber in org.postgresql.core.v3.replication
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 TypeMethodDescriptionvoid
V3PGReplicationStream.setAppliedLSN
(LogSequenceNumber applied) void
V3PGReplicationStream.setFlushedLSN
(LogSequenceNumber flushed) 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 TypeFieldDescriptionstatic 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