| Package | Description |
|---|---|
| org.apache.flink.formats.avro |
| Class and Description |
|---|
| AvroBuilder
A builder to create an
AvroBulkWriter from an OutputStream. |
| AvroDeserializationSchema
Deserialization schema that deserializes from Avro binary format.
|
| AvroFormatOptions.AvroEncoding
Serialization types for Avro encoding, see
AvroFormatOptions.AVRO_ENCODING. |
| 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 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–2024 The Apache Software Foundation. All rights reserved.