See: Description
| Interface | Description |
|---|---|
| ReaderWriterFactory |
Interface for accessing DatumReader, DatumWriter, and Data classes.
|
| Class | Description |
|---|---|
| AvroDerivedValueDeepCopier<T,S> |
A DeepCopier specific to Avro derived types.
|
| AvroInputFormat<T> |
An
InputFormat for Avro data files. |
| AvroMode |
AvroMode is an immutable object used for configuring the reading and writing of Avro types.
|
| AvroOutputFormat<T> |
An
OutputFormat for Avro data files. |
| AvroPathPerKeyOutputFormat<T> |
A
FileOutputFormat that takes in a Utf8 and an Avro record and writes the Avro records to
a sub-directory of the output path whose name is equal to the string-form of the Utf8. |
| Avros |
Defines static methods that are analogous to the methods defined in
AvroTypeFamily for convenient static importing. |
| AvroTextOutputFormat<K,V> | |
| AvroType<T> |
The implementation of the PType interface for Avro-based serialization.
|
| AvroTypeFamily | |
| AvroUtf8InputFormat |
An
InputFormat for text files. |
| ReflectDataFactory |
A Factory class for constructing Avro reflection-related objects.
|
| Enum | Description |
|---|---|
| AvroMode.ModeType |
Internal enum which represents the various Avro data types.
|
| AvroType.AvroRecordType |
Copyright © 2016 The Apache Software Foundation. All rights reserved.