| Package | Description |
|---|---|
| org.apache.flink.formats.protobuf | |
| org.apache.flink.formats.protobuf.deserialize | |
| org.apache.flink.formats.protobuf.serialize |
| Modifier and Type | Method and Description |
|---|---|
PbFormatConfig |
PbFormatConfig.PbFormatConfigBuilder.build() |
PbFormatConfig |
PbFormatContext.getPbFormatConfig() |
| Constructor and Description |
|---|
PbDecodingFormat(PbFormatConfig formatConfig) |
PbEncodingFormat(PbFormatConfig pbFormatConfig) |
PbFormatContext(PbFormatConfig pbFormatConfig,
boolean readDefaultValuesForPrimitiveTypes) |
| Constructor and 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) |
| Constructor and Description |
|---|
PbRowDataSerializationSchema(org.apache.flink.table.types.logical.RowType rowType,
PbFormatConfig pbFormatConfig) |
RowToProtoConverter(org.apache.flink.table.types.logical.RowType rowType,
PbFormatConfig formatConfig) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.