Uses of Class
org.apache.flink.formats.protobuf.PbFormatConfig
-
Packages that use PbFormatConfig Package Description org.apache.flink.formats.protobuf org.apache.flink.formats.protobuf.deserialize org.apache.flink.formats.protobuf.serialize -
-
Uses of PbFormatConfig in org.apache.flink.formats.protobuf
Methods in org.apache.flink.formats.protobuf that return PbFormatConfig Modifier and Type Method Description PbFormatConfigPbFormatConfig.PbFormatConfigBuilder. build()PbFormatConfigPbFormatContext. getPbFormatConfig()Constructors in org.apache.flink.formats.protobuf with parameters of type PbFormatConfig Constructor Description PbDecodingFormat(PbFormatConfig formatConfig)PbEncodingFormat(PbFormatConfig pbFormatConfig)PbFormatContext(PbFormatConfig pbFormatConfig, boolean readDefaultValuesForPrimitiveTypes) -
Uses of PbFormatConfig in org.apache.flink.formats.protobuf.deserialize
Constructors in org.apache.flink.formats.protobuf.deserialize with parameters of type PbFormatConfig Constructor Description PbRowDataDeserializationSchema(org.apache.flink.table.types.logical.RowType rowType, org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData> resultTypeInfo, PbFormatConfig formatConfig)ProtoToRowConverter(org.apache.flink.table.types.logical.RowType rowType, PbFormatConfig formatConfig) -
Uses of PbFormatConfig in org.apache.flink.formats.protobuf.serialize
Constructors in org.apache.flink.formats.protobuf.serialize with parameters of type PbFormatConfig Constructor Description PbRowDataSerializationSchema(org.apache.flink.table.types.logical.RowType rowType, PbFormatConfig pbFormatConfig)RowToProtoConverter(org.apache.flink.table.types.logical.RowType rowType, PbFormatConfig formatConfig)
-