Uses of Class
org.apache.avro.mapreduce.AvroRecordReaderBase

Packages that use AvroRecordReaderBase
org.apache.avro.mapreduce   
 

Uses of AvroRecordReaderBase in org.apache.avro.mapreduce
 

Subclasses of AvroRecordReaderBase in org.apache.avro.mapreduce
 class AvroKeyRecordReader<T>
          Reads records from an input split representing a chunk of an Avro container file.
 class AvroKeyValueRecordReader<K,V>
          Reads Avro generic records from an Avro container file, where the records contain two fields: 'key' and 'value'.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.