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 LogSequenceNumberV3PGReplicationStream.explicitlyFlushedLSNprivate LogSequenceNumberV3PGReplicationStream.lastAppliedLSNprivate LogSequenceNumberV3PGReplicationStream.lastFlushedLSNprivate LogSequenceNumberV3PGReplicationStream.lastReceiveLSNLast receive LSN + payload size.private LogSequenceNumberV3PGReplicationStream.lastServerLSNprivate LogSequenceNumberV3PGReplicationStream.startOfLastMessageLSNMethods 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) voidV3PGReplicationStream.setAppliedLSN(LogSequenceNumber applied) voidV3PGReplicationStream.setFlushedLSN(LogSequenceNumber flushed) private voidV3PGReplicationStream.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, boolean automaticFlush, ReplicationType replicationType) -
Uses of LogSequenceNumber in org.postgresql.replication
Classes in org.postgresql.replication that implement interfaces with type arguments of type LogSequenceNumberModifier and TypeClassDescriptionfinal classLSN (Log Sequence Number) data which is a pointer to a location in the XLOG.Fields in org.postgresql.replication declared as LogSequenceNumberModifier and TypeFieldDescriptionprivate final LogSequenceNumberReplicationSlotInfo.consistentPointstatic final LogSequenceNumberLogSequenceNumber.INVALID_LSNZero 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 LogSequenceNumberLogSequenceNumber.valueOf(long value) static LogSequenceNumberCreate LSN instance by string represent LSN.Methods in org.postgresql.replication with parameters of type LogSequenceNumberModifier and TypeMethodDescriptionintLogSequenceNumber.compareTo(LogSequenceNumber o) voidPGReplicationStream.setAppliedLSN(LogSequenceNumber applied) Inform backend which LSN has been applied on standby.voidPGReplicationStream.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