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 TypeMethodDescriptionvoidV3PGReplicationStream.setAppliedLSN(LogSequenceNumber applied) voidV3PGReplicationStream.setFlushedLSN(LogSequenceNumber flushed) 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
Fields in org.postgresql.replication declared as LogSequenceNumberModifier and TypeFieldDescriptionstatic 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