Uses of Class
org.postgresql.replication.LogSequenceNumber
-
-
Uses of LogSequenceNumber in org.postgresql.core.v3.replication
Methods in org.postgresql.core.v3.replication that return LogSequenceNumber Modifier and Type Method Description LogSequenceNumberV3PGReplicationStream. getLastAppliedLSN()LogSequenceNumberV3PGReplicationStream. getLastFlushedLSN()LogSequenceNumberV3PGReplicationStream. getLastReceiveLSN()Methods in org.postgresql.core.v3.replication with parameters of type LogSequenceNumber Modifier and Type Method Description voidV3PGReplicationStream. setAppliedLSN(LogSequenceNumber applied)voidV3PGReplicationStream. setFlushedLSN(LogSequenceNumber flushed)Constructors in org.postgresql.core.v3.replication with parameters of type LogSequenceNumber Constructor Description V3PGReplicationStream(CopyDual copyDual, LogSequenceNumber startLSN, long updateIntervalMs, ReplicationType replicationType) -
Uses of LogSequenceNumber in org.postgresql.replication
Fields in org.postgresql.replication declared as LogSequenceNumber Modifier and Type Field Description static LogSequenceNumberLogSequenceNumber. INVALID_LSNZero is used indicate an invalid pointer.Methods in org.postgresql.replication that return LogSequenceNumber Modifier and Type Method Description LogSequenceNumberPGReplicationStream. getLastAppliedLSN()Last applied lsn send in update message to backed.LogSequenceNumberPGReplicationStream. getLastFlushedLSN()Last flushed lsn send in update message to backend.LogSequenceNumberPGReplicationStream. getLastReceiveLSN()Parameter updates by executePGReplicationStream.read()method.static LogSequenceNumberLogSequenceNumber. valueOf(long value)static LogSequenceNumberLogSequenceNumber. valueOf(java.lang.String strValue)Create LSN instance by string represent LSN.Methods in org.postgresql.replication with parameters of type LogSequenceNumber Modifier and Type Method Description voidPGReplicationStream. setAppliedLSN(LogSequenceNumber applied)Parameter used only physical replication and define which lsn already was apply on standby.voidPGReplicationStream. setFlushedLSN(LogSequenceNumber flushed)Set flushed LSN. -
Uses of LogSequenceNumber in org.postgresql.replication.fluent
Fields in org.postgresql.replication.fluent declared as LogSequenceNumber Modifier and Type Field Description protected LogSequenceNumberAbstractStreamBuilder. startPositionMethods in org.postgresql.replication.fluent that return LogSequenceNumber Modifier and Type Method Description LogSequenceNumberCommonOptions. getStartLSNPosition()Methods in org.postgresql.replication.fluent with parameters of type LogSequenceNumber Modifier and Type Method Description TAbstractStreamBuilder. withStartPosition(LogSequenceNumber lsn)TChainedCommonStreamBuilder. 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 LogSequenceNumber Modifier and Type Method Description LogSequenceNumberLogicalStreamBuilder. getStartLSNPosition()Methods in org.postgresql.replication.fluent.logical with parameters of type LogSequenceNumber Modifier and Type Method Description ChainedLogicalStreamBuilderLogicalStreamBuilder. withStartPosition(LogSequenceNumber lsn) -
Uses of LogSequenceNumber in org.postgresql.replication.fluent.physical
Methods in org.postgresql.replication.fluent.physical that return LogSequenceNumber Modifier and Type Method Description LogSequenceNumberPhysicalStreamBuilder. getStartLSNPosition()
-