- PB_MAP_KEY_NAME - Static variable in class org.apache.flink.formats.protobuf.PbConstant
-
- PB_MAP_VALUE_NAME - Static variable in class org.apache.flink.formats.protobuf.PbConstant
-
- PB_METHOD_GET_DESCRIPTOR - Static variable in class org.apache.flink.formats.protobuf.PbConstant
-
- PB_METHOD_PARSE_FROM - Static variable in class org.apache.flink.formats.protobuf.PbConstant
-
- PB_OUTER_CLASS_SUFFIX - Static variable in class org.apache.flink.formats.protobuf.PbConstant
-
- PbCodegenAppender - Class in org.apache.flink.formats.protobuf.util
-
Helper class which do code fragment concat.
- PbCodegenAppender() - Constructor for class org.apache.flink.formats.protobuf.util.PbCodegenAppender
-
- PbCodegenAppender(int) - Constructor for class org.apache.flink.formats.protobuf.util.PbCodegenAppender
-
- PbCodegenArrayDeserializer - Class in org.apache.flink.formats.protobuf.deserialize
-
Deserializer to convert proto array type object to flink array type data.
- PbCodegenArrayDeserializer(Descriptors.FieldDescriptor, LogicalType, PbFormatContext) - Constructor for class org.apache.flink.formats.protobuf.deserialize.PbCodegenArrayDeserializer
-
- PbCodegenArraySerializer - Class in org.apache.flink.formats.protobuf.serialize
-
Serializer to convert flink array type data to proto array type object.
- PbCodegenArraySerializer(Descriptors.FieldDescriptor, LogicalType, PbFormatContext) - Constructor for class org.apache.flink.formats.protobuf.serialize.PbCodegenArraySerializer
-
- PbCodegenDeserializeFactory - Class in org.apache.flink.formats.protobuf.deserialize
-
- PbCodegenDeserializeFactory() - Constructor for class org.apache.flink.formats.protobuf.deserialize.PbCodegenDeserializeFactory
-
- PbCodegenDeserializer - Interface in org.apache.flink.formats.protobuf.deserialize
-
PbCodegenDeserializer is responsible for converting protobuf object to flink internal
object by codegen process.
- PbCodegenException - Exception in org.apache.flink.formats.protobuf
-
Exception represents codegen error in row and proto conversion which is probably a bug.
- PbCodegenException() - Constructor for exception org.apache.flink.formats.protobuf.PbCodegenException
-
- PbCodegenException(String) - Constructor for exception org.apache.flink.formats.protobuf.PbCodegenException
-
- PbCodegenException(String, Throwable) - Constructor for exception org.apache.flink.formats.protobuf.PbCodegenException
-
- PbCodegenException(Throwable) - Constructor for exception org.apache.flink.formats.protobuf.PbCodegenException
-
- PbCodegenMapDeserializer - Class in org.apache.flink.formats.protobuf.deserialize
-
Deserializer to convert proto map type object to flink map type data.
- PbCodegenMapDeserializer(Descriptors.FieldDescriptor, MapType, PbFormatContext) - Constructor for class org.apache.flink.formats.protobuf.deserialize.PbCodegenMapDeserializer
-
- PbCodegenMapSerializer - Class in org.apache.flink.formats.protobuf.serialize
-
Serializer to convert flink map type data to proto map type object.
- PbCodegenMapSerializer(Descriptors.FieldDescriptor, MapType, PbFormatContext) - Constructor for class org.apache.flink.formats.protobuf.serialize.PbCodegenMapSerializer
-
- PbCodegenRowDeserializer - Class in org.apache.flink.formats.protobuf.deserialize
-
Deserializer to convert proto message type object to flink row type data.
- PbCodegenRowDeserializer(Descriptors.Descriptor, RowType, PbFormatContext) - Constructor for class org.apache.flink.formats.protobuf.deserialize.PbCodegenRowDeserializer
-
- PbCodegenRowSerializer - Class in org.apache.flink.formats.protobuf.serialize
-
Serializer to convert flink row type data to proto row type object.
- PbCodegenRowSerializer(Descriptors.Descriptor, RowType, PbFormatContext) - Constructor for class org.apache.flink.formats.protobuf.serialize.PbCodegenRowSerializer
-
- PbCodegenSerializeFactory - Class in org.apache.flink.formats.protobuf.serialize
-
- PbCodegenSerializeFactory() - Constructor for class org.apache.flink.formats.protobuf.serialize.PbCodegenSerializeFactory
-
- PbCodegenSerializer - Interface in org.apache.flink.formats.protobuf.serialize
-
PbCodegenSerializer is responsible for converting flink internal data object to protobuf
object by codegen process.
- PbCodegenSimpleDeserializer - Class in org.apache.flink.formats.protobuf.deserialize
-
Deserializer to convert proto simple type object to flink simple type data.
- PbCodegenSimpleDeserializer(Descriptors.FieldDescriptor, LogicalType) - Constructor for class org.apache.flink.formats.protobuf.deserialize.PbCodegenSimpleDeserializer
-
- PbCodegenSimpleSerializer - Class in org.apache.flink.formats.protobuf.serialize
-
Serializer to convert flink simple type data to proto simple type object.
- PbCodegenSimpleSerializer(Descriptors.FieldDescriptor, LogicalType, PbFormatContext) - Constructor for class org.apache.flink.formats.protobuf.serialize.PbCodegenSimpleSerializer
-
- PbCodegenUtils - Class in org.apache.flink.formats.protobuf.util
-
Codegen utils only used in protobuf format.
- PbCodegenUtils() - Constructor for class org.apache.flink.formats.protobuf.util.PbCodegenUtils
-
- PbCodegenVarId - Class in org.apache.flink.formats.protobuf.util
-
Singleton class for generating variable suffix number globally to avoid conflict in codegen
sections.
- PbConstant - Class in org.apache.flink.formats.protobuf
-
Keeps protobuf constants separately.
- PbConstant() - Constructor for class org.apache.flink.formats.protobuf.PbConstant
-
- PbDecodingFormat - Class in org.apache.flink.formats.protobuf
-
DecodingFormat for protobuf decoding.
- PbDecodingFormat(PbFormatConfig) - Constructor for class org.apache.flink.formats.protobuf.PbDecodingFormat
-
- pbDefaultValueCode(Descriptors.FieldDescriptor, PbFormatContext) - Static method in class org.apache.flink.formats.protobuf.util.PbCodegenUtils
-
Get protobuf default value from Descriptors.FieldDescriptor.
- PbEncodingFormat - Class in org.apache.flink.formats.protobuf
-
EncodingFormat for protobuf encoding.
- PbEncodingFormat(PbFormatConfig) - Constructor for class org.apache.flink.formats.protobuf.PbEncodingFormat
-
- PbFileFormatFactory - Class in org.apache.flink.formats.protobuf
-
Throw a ValidationException when using Protobuf format factory for file system.
- PbFileFormatFactory() - Constructor for class org.apache.flink.formats.protobuf.PbFileFormatFactory
-
- PbFormatConfig - Class in org.apache.flink.formats.protobuf
-
Config of protobuf configs.
- PbFormatConfig(String, boolean, boolean, String) - Constructor for class org.apache.flink.formats.protobuf.PbFormatConfig
-
- PbFormatConfig.PbFormatConfigBuilder - Class in org.apache.flink.formats.protobuf
-
Builder of PbFormatConfig.
- PbFormatConfigBuilder() - Constructor for class org.apache.flink.formats.protobuf.PbFormatConfig.PbFormatConfigBuilder
-
- PbFormatContext - Class in org.apache.flink.formats.protobuf
-
store config and common information.
- PbFormatContext(PbFormatConfig, boolean) - Constructor for class org.apache.flink.formats.protobuf.PbFormatContext
-
- PbFormatFactory - Class in org.apache.flink.formats.protobuf
-
Table format factory for providing configured instances of Protobuf to RowData SerializationSchema and DeserializationSchema.
- PbFormatFactory() - Constructor for class org.apache.flink.formats.protobuf.PbFormatFactory
-
- PbFormatOptions - Class in org.apache.flink.formats.protobuf
-
This class holds configuration constants used by protobuf format.
- PbFormatOptions() - Constructor for class org.apache.flink.formats.protobuf.PbFormatOptions
-
- PbFormatUtils - Class in org.apache.flink.formats.protobuf.util
-
Protobuf function util.
- PbFormatUtils() - Constructor for class org.apache.flink.formats.protobuf.util.PbFormatUtils
-
- PbRowDataDeserializationSchema - Class in org.apache.flink.formats.protobuf.deserialize
-
Deserialization schema from Protobuf to Flink types.
- PbRowDataDeserializationSchema(RowType, TypeInformation<RowData>, PbFormatConfig) - Constructor for class org.apache.flink.formats.protobuf.deserialize.PbRowDataDeserializationSchema
-
- PbRowDataSerializationSchema - Class in org.apache.flink.formats.protobuf.serialize
-
Serialization schema from Flink to Protobuf types.
- PbRowDataSerializationSchema(RowType, PbFormatConfig) - Constructor for class org.apache.flink.formats.protobuf.serialize.PbRowDataSerializationSchema
-
- PbSchemaValidationUtils - Class in org.apache.flink.formats.protobuf.util
-
Validation class to verify protobuf definition and flink schema.
- PbSchemaValidationUtils() - Constructor for class org.apache.flink.formats.protobuf.util.PbSchemaValidationUtils
-
- PbToRowTypeUtil - Class in org.apache.flink.formats.protobuf.util
-
Generate Row type information according to pb descriptors.
- PbToRowTypeUtil() - Constructor for class org.apache.flink.formats.protobuf.util.PbToRowTypeUtil
-
- printWithLineNumber() - Method in class org.apache.flink.formats.protobuf.util.PbCodegenAppender
-
- ProtobufInternalUtils - Class in com.google.protobuf
-
This class is to access internal method in protobuf package.
- ProtobufInternalUtils() - Constructor for class com.google.protobuf.ProtobufInternalUtils
-
- ProtoToRowConverter - Class in org.apache.flink.formats.protobuf.deserialize
-
ProtoToRowConverter can convert binary protobuf message data to flink row data by codegen
process.
- ProtoToRowConverter(RowType, PbFormatConfig) - Constructor for class org.apache.flink.formats.protobuf.deserialize.ProtoToRowConverter
-