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 LogSequenceNumber
V3PGReplicationStream. getLastAppliedLSN()
LogSequenceNumber
V3PGReplicationStream. getLastFlushedLSN()
LogSequenceNumber
V3PGReplicationStream. getLastReceiveLSN()
Methods in org.postgresql.core.v3.replication with parameters of type LogSequenceNumber Modifier and Type Method Description void
V3PGReplicationStream. setAppliedLSN(LogSequenceNumber applied)
void
V3PGReplicationStream. 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 LogSequenceNumber
LogSequenceNumber. INVALID_LSN
Zero is used indicate an invalid pointer.Methods in org.postgresql.replication that return LogSequenceNumber Modifier and Type Method Description LogSequenceNumber
ReplicationSlotInfo. getConsistentPoint()
LSN at which we became consistent.LogSequenceNumber
PGReplicationStream. getLastAppliedLSN()
Last applied lsn sent in update message to backed.LogSequenceNumber
PGReplicationStream. getLastFlushedLSN()
Last flushed LSN sent in update message to backend.LogSequenceNumber
PGReplicationStream. getLastReceiveLSN()
Parameter updates by executePGReplicationStream.read()
method.static LogSequenceNumber
LogSequenceNumber. valueOf(long value)
static LogSequenceNumber
LogSequenceNumber. 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 int
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 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 LogSequenceNumber
AbstractStreamBuilder. startPosition
Methods in org.postgresql.replication.fluent that return LogSequenceNumber Modifier and Type Method Description LogSequenceNumber
CommonOptions. getStartLSNPosition()
Methods in org.postgresql.replication.fluent with parameters of type LogSequenceNumber Modifier and Type Method Description T
AbstractStreamBuilder. withStartPosition(LogSequenceNumber lsn)
T
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 LogSequenceNumber Modifier and Type Method Description LogSequenceNumber
LogicalStreamBuilder. getStartLSNPosition()
Methods in org.postgresql.replication.fluent.logical with parameters of type LogSequenceNumber Modifier and Type Method Description ChainedLogicalStreamBuilder
LogicalStreamBuilder. 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 LogSequenceNumber
PhysicalStreamBuilder. getStartLSNPosition()
-