| 程序包 | 说明 |
|---|---|
| org.apache.flink.formats.avro |
| 类和说明 |
|---|
| AvroBuilder
A builder to create an
AvroBulkWriter from an OutputStream. |
| AvroDeserializationSchema
Deserialization schema that deserializes from Avro binary format.
|
| AvroOutputFormat.Codec
Wrapper which encapsulates the supported codec and a related serialization byte.
|
| AvroSerializationSchema
Serialization schema that serializes to Avro binary format.
|
| AvroToRowDataConverters.AvroToRowDataConverter
Runtime converter that converts Avro data structures into objects of Flink Table & SQL
internal data structures.
|
| AvroWriterFactory
A factory that creates an
AvroBulkWriter. |
| RegistryAvroSerializationSchema
Serialization schema that serializes to Avro binary format.
|
| RowDataToAvroConverters.RowDataToAvroConverter
Runtime converter that converts objects of Flink Table & SQL internal data structures to
corresponding Avro data structures.
|
| SchemaCoder
Schema coder that allows reading schema that is somehow embedded into serialized record.
|
| SchemaCoder.SchemaCoderProvider
Provider for
SchemaCoder. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.