Uses of Interface
io.debezium.connector.postgresql.connection.ReplicationMessage.Column
Packages that use ReplicationMessage.Column
Package
Description
-
Uses of ReplicationMessage.Column in io.debezium.connector.postgresql
Classes in io.debezium.connector.postgresql that implement ReplicationMessage.ColumnMethod parameters in io.debezium.connector.postgresql with type arguments of type ReplicationMessage.ColumnModifier and TypeMethodDescriptionprivate Object[]PostgresChangeRecordEmitter.columnValues(List<ReplicationMessage.Column> columns, TableId tableId, boolean refreshSchemaIfChanged, boolean sourceOfToasted, boolean oldValues) private booleanPostgresChangeRecordEmitter.hasMissingUntoastedColumns(Table table, List<ReplicationMessage.Column> columns) private booleanPostgresChangeRecordEmitter.schemaChanged(List<ReplicationMessage.Column> columns, Table table) private TablePostgresChangeRecordEmitter.tableFromFromMessage(List<ReplicationMessage.Column> columns, Table table) -
Uses of ReplicationMessage.Column in io.debezium.connector.postgresql.connection
Classes in io.debezium.connector.postgresql.connection that implement ReplicationMessage.ColumnModifier and TypeClassDescriptionclassExtracts type information from replication messages and associates them with each column.Methods in io.debezium.connector.postgresql.connection that return types with arguments of type ReplicationMessage.ColumnModifier and TypeMethodDescriptionLogicalDecodingMessage.getNewTupleList()ReplicationMessage.getNewTupleList()ReplicationMessage.NoopMessage.getNewTupleList()TransactionMessage.getNewTupleList()LogicalDecodingMessage.getOldTupleList()ReplicationMessage.getOldTupleList()ReplicationMessage.NoopMessage.getOldTupleList()TransactionMessage.getOldTupleList() -
Uses of ReplicationMessage.Column in io.debezium.connector.postgresql.connection.pgoutput
Fields in io.debezium.connector.postgresql.connection.pgoutput with type parameters of type ReplicationMessage.ColumnModifier and TypeFieldDescriptionprivate List<ReplicationMessage.Column> PgOutputReplicationMessage.newColumnsprivate List<ReplicationMessage.Column> PgOutputReplicationMessage.oldColumnsMethods in io.debezium.connector.postgresql.connection.pgoutput that return types with arguments of type ReplicationMessage.ColumnModifier and TypeMethodDescriptionPgOutputReplicationMessage.getNewTupleList()PgOutputReplicationMessage.getOldTupleList()private static List<ReplicationMessage.Column> PgOutputMessageDecoder.resolveColumnsFromStreamTupleData(ByteBuffer buffer, TypeRegistry typeRegistry, Table table) Resolve the replication stream's tuple data to a list of replication message columns.Constructor parameters in io.debezium.connector.postgresql.connection.pgoutput with type arguments of type ReplicationMessage.ColumnModifierConstructorDescriptionPgOutputReplicationMessage(ReplicationMessage.Operation op, String table, Instant commitTimestamp, Long transactionId, List<ReplicationMessage.Column> oldColumns, List<ReplicationMessage.Column> newColumns) -
Uses of ReplicationMessage.Column in io.debezium.connector.postgresql.connection.pgproto
Methods in io.debezium.connector.postgresql.connection.pgproto that return types with arguments of type ReplicationMessage.ColumnModifier and TypeMethodDescriptionPgProtoReplicationMessage.getNewTupleList()PgProtoReplicationMessage.getOldTupleList()private List<ReplicationMessage.Column> PgProtoReplicationMessage.transform(List<PgProto.DatumMessage> messageList, List<PgProto.TypeInfo> typeInfoList)