Uses of Enum
io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
Packages that use ReplicationMessage.Operation
Package
Description
-
Uses of ReplicationMessage.Operation in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as ReplicationMessage.OperationMethods in io.debezium.connector.postgresql that return ReplicationMessage.OperationModifier and TypeMethodDescription(package private) ReplicationMessage.OperationPostgresOffsetContext.lastProcessedMessageType()SourceInfo.messageType()Methods in io.debezium.connector.postgresql with parameters of type ReplicationMessage.OperationModifier and TypeMethodDescriptionprotected SourceInfoSourceInfo.update(Lsn lsn, Instant commitTime, Long txId, Long xmin, TableId tableId, ReplicationMessage.Operation messageType) Updates the source with information about a particular received or read event.voidPostgresOffsetContext.updateWalPosition(Lsn lsn, Lsn lastCompletelyProcessedLsn, Instant commitTime, Long txId, Long xmin, ReplicationMessage.Operation messageType) update wal position for lsn events that do not have an associated table or schemavoidPostgresOffsetContext.updateWalPosition(Lsn lsn, Lsn lastCompletelyProcessedLsn, Instant commitTime, Long txId, Long xmin, TableId tableId, ReplicationMessage.Operation messageType) Constructors in io.debezium.connector.postgresql with parameters of type ReplicationMessage.OperationModifierConstructorDescriptionprivatePostgresOffsetContext(PostgresConnectorConfig connectorConfig, Lsn lsn, Lsn lastCompletelyProcessedLsn, Lsn lastCommitLsn, Long txId, ReplicationMessage.Operation messageType, Instant time, boolean snapshot, boolean lastSnapshotRecord, TransactionContext transactionContext, IncrementalSnapshotContext<TableId> incrementalSnapshotContext) -
Uses of ReplicationMessage.Operation in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as ReplicationMessage.OperationModifier and TypeFieldDescriptionprivate final ReplicationMessage.OperationWalPositionLocator.lastProcessedMessageTypeprivate final ReplicationMessage.OperationLogicalDecodingMessage.operationprivate final ReplicationMessage.OperationReplicationMessage.NoopMessage.operationprivate final ReplicationMessage.OperationTransactionMessage.operationMethods in io.debezium.connector.postgresql.connection that return ReplicationMessage.OperationModifier and TypeMethodDescriptionLogicalDecodingMessage.getOperation()ReplicationMessage.getOperation()ReplicationMessage.NoopMessage.getOperation()TransactionMessage.getOperation()static ReplicationMessage.OperationReturns the enum constant of this type with the specified name.static ReplicationMessage.Operation[]ReplicationMessage.Operation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.connector.postgresql.connection with parameters of type ReplicationMessage.OperationModifierConstructorDescriptionLogicalDecodingMessage(ReplicationMessage.Operation op, Instant commitTimestamp, Long transactionId, boolean isTransactional, String prefix, byte[] content) TransactionMessage(ReplicationMessage.Operation operation, long transactionId, Instant commitTime) WalPositionLocator(Lsn lastCommitStoredLsn, Lsn lastEventStoredLsn, ReplicationMessage.Operation lastProcessedMessageType) -
Uses of ReplicationMessage.Operation in io.debezium.connector.postgresql.connection.pgoutput
Fields in io.debezium.connector.postgresql.connection.pgoutput declared as ReplicationMessage.OperationModifier and TypeFieldDescriptionprivate ReplicationMessage.OperationPgOutputReplicationMessage.opMethods in io.debezium.connector.postgresql.connection.pgoutput that return ReplicationMessage.OperationConstructors in io.debezium.connector.postgresql.connection.pgoutput with parameters of type ReplicationMessage.OperationModifierConstructorDescriptionPgOutputReplicationMessage(ReplicationMessage.Operation op, String table, Instant commitTimestamp, Long transactionId, List<ReplicationMessage.Column> oldColumns, List<ReplicationMessage.Column> newColumns) PgOutputTruncateReplicationMessage(ReplicationMessage.Operation op, String table, Instant commitTimestamp, long transactionId, boolean lastTableInTruncate) -
Uses of ReplicationMessage.Operation in io.debezium.connector.postgresql.connection.pgproto
Methods in io.debezium.connector.postgresql.connection.pgproto that return ReplicationMessage.Operation