| Class | Description | 
|---|---|
| AvroArrayReader | RecordReader for Avro files | 
| AvroBagWrapper<T> | Class that implements the Pig bag interface, wrapping an Avro array. | 
| AvroMapWrapper | Wrapper for map objects, so we can translate UTF8 objects to
 Strings if we encounter them. | 
| AvroRecordReader | RecordReader for Avro files | 
| AvroRecordWriter | RecordWriter for Avro objects. | 
| AvroStorageDataConversionUtilities | Utility classes for AvroStorage; contains static methods
 for converting between Avro and Pig objects. | 
| AvroStorageSchemaConversionUtilities | Static methods for converting from Avro Schema object to Pig Schema objects,
 and vice versa. | 
| AvroTupleWrapper<T extends org.apache.avro.generic.IndexedRecord> | Object that wraps an Avro object in a tuple. | 
Copyright © 2007-2012 The Apache Software Foundation