Uses of Class
io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
Packages that use PgProto.DatumMessage Package Description io.debezium.connector.postgresql.connection.pgproto io.debezium.connector.postgresql.proto -
-
Uses of PgProto.DatumMessage in io.debezium.connector.postgresql.connection.pgproto
Fields in io.debezium.connector.postgresql.connection.pgproto declared as PgProto.DatumMessage Modifier and Type Field Description private PgProto.DatumMessagePgProtoColumnValue. valueMethods in io.debezium.connector.postgresql.connection.pgproto that return PgProto.DatumMessage Modifier and Type Method Description PgProto.DatumMessagePgProtoColumnValue. getRawValue()Methods in io.debezium.connector.postgresql.connection.pgproto with parameters of type PgProto.DatumMessage Modifier and Type Method Description ObjectPgProtoReplicationMessage. getValue(String columnName, PostgresType type, String fullType, PgProto.DatumMessage datumMessage, PostgresStreamingChangeEventSource.PgConnectionSupplier connection, boolean includeUnknownDatatypes)Method parameters in io.debezium.connector.postgresql.connection.pgproto with type arguments of type PgProto.DatumMessage Modifier and Type Method Description private List<ReplicationMessage.Column>PgProtoReplicationMessage. transform(List<PgProto.DatumMessage> messageList, List<PgProto.TypeInfo> typeInfoList)Constructors in io.debezium.connector.postgresql.connection.pgproto with parameters of type PgProto.DatumMessage Constructor Description PgProtoColumnValue(PgProto.DatumMessage value) -
Uses of PgProto.DatumMessage in io.debezium.connector.postgresql.proto
Fields in io.debezium.connector.postgresql.proto declared as PgProto.DatumMessage Modifier and Type Field Description private static PgProto.DatumMessagePgProto.DatumMessage. DEFAULT_INSTANCEFields in io.debezium.connector.postgresql.proto with type parameters of type PgProto.DatumMessage Modifier and Type Field Description private List<PgProto.DatumMessage>PgProto.RowMessage.Builder. newTuple_private List<PgProto.DatumMessage>PgProto.RowMessage. newTuple_private com.google.protobuf.RepeatedFieldBuilderV3<PgProto.DatumMessage,PgProto.DatumMessage.Builder,PgProto.DatumMessageOrBuilder>PgProto.RowMessage.Builder. newTupleBuilder_private List<PgProto.DatumMessage>PgProto.RowMessage.Builder. oldTuple_private List<PgProto.DatumMessage>PgProto.RowMessage. oldTuple_private com.google.protobuf.RepeatedFieldBuilderV3<PgProto.DatumMessage,PgProto.DatumMessage.Builder,PgProto.DatumMessageOrBuilder>PgProto.RowMessage.Builder. oldTupleBuilder_static com.google.protobuf.Parser<PgProto.DatumMessage>PgProto.DatumMessage. PARSERDeprecated.Methods in io.debezium.connector.postgresql.proto that return PgProto.DatumMessage Modifier and Type Method Description PgProto.DatumMessagePgProto.DatumMessage.Builder. build()PgProto.DatumMessagePgProto.DatumMessage.Builder. buildPartial()static PgProto.DatumMessagePgProto.DatumMessage. getDefaultInstance()PgProto.DatumMessagePgProto.DatumMessage.Builder. getDefaultInstanceForType()PgProto.DatumMessagePgProto.DatumMessage. getDefaultInstanceForType()PgProto.DatumMessagePgProto.RowMessage.Builder. getNewTuple(int index)repeated .decoderbufs.DatumMessage new_tuple = 5;PgProto.DatumMessagePgProto.RowMessage. getNewTuple(int index)repeated .decoderbufs.DatumMessage new_tuple = 5;PgProto.DatumMessagePgProto.RowMessageOrBuilder. getNewTuple(int index)repeated .decoderbufs.DatumMessage new_tuple = 5;PgProto.DatumMessagePgProto.RowMessage.Builder. getOldTuple(int index)repeated .decoderbufs.DatumMessage old_tuple = 6;PgProto.DatumMessagePgProto.RowMessage. getOldTuple(int index)repeated .decoderbufs.DatumMessage old_tuple = 6;PgProto.DatumMessagePgProto.RowMessageOrBuilder. getOldTuple(int index)repeated .decoderbufs.DatumMessage old_tuple = 6;static PgProto.DatumMessagePgProto.DatumMessage. parseDelimitedFrom(InputStream input)static PgProto.DatumMessagePgProto.DatumMessage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.DatumMessagePgProto.DatumMessage. parseFrom(byte[] data)static PgProto.DatumMessagePgProto.DatumMessage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.DatumMessagePgProto.DatumMessage. parseFrom(com.google.protobuf.ByteString data)static PgProto.DatumMessagePgProto.DatumMessage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.DatumMessagePgProto.DatumMessage. parseFrom(com.google.protobuf.CodedInputStream input)static PgProto.DatumMessagePgProto.DatumMessage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.DatumMessagePgProto.DatumMessage. parseFrom(InputStream input)static PgProto.DatumMessagePgProto.DatumMessage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.DatumMessagePgProto.DatumMessage. parseFrom(ByteBuffer data)static PgProto.DatumMessagePgProto.DatumMessage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.debezium.connector.postgresql.proto that return types with arguments of type PgProto.DatumMessage Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilderV3<PgProto.DatumMessage,PgProto.DatumMessage.Builder,PgProto.DatumMessageOrBuilder>PgProto.RowMessage.Builder. getNewTupleFieldBuilder()List<PgProto.DatumMessage>PgProto.RowMessage.Builder. getNewTupleList()repeated .decoderbufs.DatumMessage new_tuple = 5;List<PgProto.DatumMessage>PgProto.RowMessage. getNewTupleList()repeated .decoderbufs.DatumMessage new_tuple = 5;List<PgProto.DatumMessage>PgProto.RowMessageOrBuilder. getNewTupleList()repeated .decoderbufs.DatumMessage new_tuple = 5;private com.google.protobuf.RepeatedFieldBuilderV3<PgProto.DatumMessage,PgProto.DatumMessage.Builder,PgProto.DatumMessageOrBuilder>PgProto.RowMessage.Builder. getOldTupleFieldBuilder()List<PgProto.DatumMessage>PgProto.RowMessage.Builder. getOldTupleList()repeated .decoderbufs.DatumMessage old_tuple = 6;List<PgProto.DatumMessage>PgProto.RowMessage. getOldTupleList()repeated .decoderbufs.DatumMessage old_tuple = 6;List<PgProto.DatumMessage>PgProto.RowMessageOrBuilder. getOldTupleList()repeated .decoderbufs.DatumMessage old_tuple = 6;com.google.protobuf.Parser<PgProto.DatumMessage>PgProto.DatumMessage. getParserForType()static com.google.protobuf.Parser<PgProto.DatumMessage>PgProto.DatumMessage. parser()Methods in io.debezium.connector.postgresql.proto with parameters of type PgProto.DatumMessage Modifier and Type Method Description PgProto.RowMessage.BuilderPgProto.RowMessage.Builder. addNewTuple(int index, PgProto.DatumMessage value)repeated .decoderbufs.DatumMessage new_tuple = 5;PgProto.RowMessage.BuilderPgProto.RowMessage.Builder. addNewTuple(PgProto.DatumMessage value)repeated .decoderbufs.DatumMessage new_tuple = 5;PgProto.RowMessage.BuilderPgProto.RowMessage.Builder. addOldTuple(int index, PgProto.DatumMessage value)repeated .decoderbufs.DatumMessage old_tuple = 6;PgProto.RowMessage.BuilderPgProto.RowMessage.Builder. addOldTuple(PgProto.DatumMessage value)repeated .decoderbufs.DatumMessage old_tuple = 6;PgProto.DatumMessage.BuilderPgProto.DatumMessage.Builder. mergeFrom(PgProto.DatumMessage other)static PgProto.DatumMessage.BuilderPgProto.DatumMessage. newBuilder(PgProto.DatumMessage prototype)PgProto.RowMessage.BuilderPgProto.RowMessage.Builder. setNewTuple(int index, PgProto.DatumMessage value)repeated .decoderbufs.DatumMessage new_tuple = 5;PgProto.RowMessage.BuilderPgProto.RowMessage.Builder. setOldTuple(int index, PgProto.DatumMessage value)repeated .decoderbufs.DatumMessage old_tuple = 6;Method parameters in io.debezium.connector.postgresql.proto with type arguments of type PgProto.DatumMessage Modifier and Type Method Description PgProto.RowMessage.BuilderPgProto.RowMessage.Builder. addAllNewTuple(Iterable<? extends PgProto.DatumMessage> values)repeated .decoderbufs.DatumMessage new_tuple = 5;PgProto.RowMessage.BuilderPgProto.RowMessage.Builder. addAllOldTuple(Iterable<? extends PgProto.DatumMessage> values)repeated .decoderbufs.DatumMessage old_tuple = 6;
-