Class | Description |
---|---|
AvroInputFormat<E> |
Provides a
FileInputFormat for Avro records. |
AvroOutputFormat<E> |
FileOutputFormat for Avro records. |
AvroRowDeserializationSchema |
Deserialization schema from Avro bytes over
SpecificRecord to Row . |
AvroRowSerializationSchema |
Serialization schema that serializes
Row over SpecificRecord into a Avro bytes. |
Enum | Description |
---|---|
AvroOutputFormat.Codec |
Wrapper which encapsulates the supported codec and a related serialization byte.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.