Class AvroKeyRecordReader<T>

Type Parameters:
T - The (java) type of data in Avro container file.
All Implemented Interfaces:
Closeable, AutoCloseable

public class AvroKeyRecordReader<T> extends AvroRecordReaderBase<AvroKey<T>,NullWritable,T>
Reads records from an input split representing a chunk of an Avro container file.