Uses of Class
io.debezium.connector.postgresql.connection.WalPositionLocator
-
Packages that use WalPositionLocator Package Description io.debezium.connector.postgresql io.debezium.connector.postgresql.connection io.debezium.connector.postgresql.connection.pgoutput -
-
Uses of WalPositionLocator in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql with parameters of type WalPositionLocator Modifier and Type Method Description private voidPostgresStreamingChangeEventSource. searchWalPosition(ChangeEventSource.ChangeEventSourceContext context, ReplicationStream stream, WalPositionLocator walPosition) -
Uses of WalPositionLocator in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection with parameters of type WalPositionLocator Modifier and Type Method Description private 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.ReplicationStreamPostgresReplicationConnection. startStreaming(Lsn offset, WalPositionLocator walPosition)ReplicationStreamPostgresReplicationConnection. startStreaming(WalPositionLocator walPosition)creating a replication connection and starting to stream involves a few steps: 1.ReplicationStreamReplicationConnection. startStreaming(Lsn offset, WalPositionLocator walPosition)Opens a stream for reading logical replication changes from a given LSN position.ReplicationStreamReplicationConnection. 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. -
Uses of WalPositionLocator in io.debezium.connector.postgresql.connection.pgoutput
Methods in io.debezium.connector.postgresql.connection.pgoutput with parameters of type WalPositionLocator Modifier and Type Method Description booleanPgOutputMessageDecoder. shouldMessageBeSkipped(ByteBuffer buffer, Lsn lastReceivedLsn, Lsn startLsn, WalPositionLocator walPosition)
-