Interface | Description |
---|---|
SchemaCoder |
Schema coder that allows reading schema that is somehow embedded into serialized record.
|
SchemaCoder.SchemaCoderProvider |
Provider for
SchemaCoder . |
Class | Description |
---|---|
AvroDeserializationSchema<T> |
Deserialization schema that deserializes from Avro binary format.
|
AvroInputFormat<E> |
Provides a
FileInputFormat for Avro records. |
AvroOutputFormat<E> |
FileOutputFormat for Avro records. |
AvroRowDeserializationSchema |
Deserialization schema from Avro bytes to
Row . |
AvroRowFormatFactory |
Table format factory for providing configured instances of Avro-to-row
SerializationSchema
and DeserializationSchema . |
AvroRowSerializationSchema |
Serialization schema that serializes
Row into Avro bytes. |
RegistryAvroDeserializationSchema<T> |
Deserialization schema that deserializes from Avro binary format using
SchemaCoder . |
Enum | Description |
---|---|
AvroOutputFormat.Codec |
Wrapper which encapsulates the supported codec and a related serialization byte.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.