Class AvroRecordReaderBase<K,V,T>

java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<K,V>
org.apache.avro.mapreduce.AvroRecordReaderBase<K,V,T>
Type Parameters:
K - The type of key the record reader should generate.
V - The type of value the record reader should generate.
T - The type of the entries within the Avro container file being read.
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
AvroKeyRecordReader, AvroKeyValueRecordReader

public abstract class AvroRecordReaderBase<K,V,T> extends RecordReader<K,V>
Abstract base class for RecordReaders that read Avro container files.