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, boolean automaticFlush, 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 LogSequenceNumberReplicationSlotInfo. getConsistentPoint()LSN at which we became consistent.LogSequenceNumberPGReplicationStream. getLastAppliedLSN()Last applied lsn sent in update message to backed.LogSequenceNumberPGReplicationStream. getLastFlushedLSN()Last flushed LSN sent 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 intLogSequenceNumber. 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 LogSequenceNumber Constructor Description ReplicationSlotInfo(java.lang.String slotName, ReplicationType replicationType, LogSequenceNumber consistentPoint, java.lang.String snapshotName, java.lang.String outputPlugin) -
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()
-