Uses of Class
io.debezium.connector.postgresql.connection.WalPositionLocator
Packages that use WalPositionLocator
Package
Description
-
Uses of WalPositionLocator in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql with parameters of type WalPositionLocatorModifier and TypeMethodDescriptionprivate voidPostgresStreamingChangeEventSource.searchWalPosition(ChangeEventSource.ChangeEventSourceContext context, PostgresPartition partition, PostgresOffsetContext offsetContext, ReplicationStream stream, WalPositionLocator walPosition) -
Uses of WalPositionLocator in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection with parameters of type WalPositionLocatorModifier and TypeMethodDescriptionprivate ReplicationStreamPostgresReplicationConnection.createReplicationStream(Lsn startLsn, WalPositionLocator walPosition) booleanAbstractMessageDecoder.shouldMessageBeSkipped(ByteBuffer buffer, Lsn lastReceivedLsn, Lsn startLsn, WalPositionLocator walPosition) booleanMessageDecoder.shouldMessageBeSkipped(ByteBuffer buffer, Lsn lastReceivedLsn, Lsn startLsn, WalPositionLocator walPosition) A callback into the decoder allowing it to decide whether the supplied message should be processed by the decoder or whether it can be skipped.PostgresReplicationConnection.startStreaming(Lsn offset, WalPositionLocator walPosition) PostgresReplicationConnection.startStreaming(WalPositionLocator walPosition) creating a replication connection and starting to stream involves a few steps: 1.ReplicationConnection.startStreaming(Lsn offset, WalPositionLocator walPosition) Opens a stream for reading logical replication changes from a given LSN position.ReplicationConnection.startStreaming(WalPositionLocator walPosition) Opens a stream for reading logical replication changes from the last known position of the slot for which the connection was opened.protected voidPostgresReplicationConnection.validateSlotIsInExpectedState(WalPositionLocator walPosition) -
Uses of WalPositionLocator in io.debezium.connector.postgresql.connection.pgoutput
Methods in io.debezium.connector.postgresql.connection.pgoutput with parameters of type WalPositionLocatorModifier and TypeMethodDescriptionbooleanPgOutputMessageDecoder.shouldMessageBeSkipped(ByteBuffer buffer, Lsn lastReceivedLsn, Lsn startLsn, WalPositionLocator walPosition)