Class AvroTrevniRecordReaderBase<K,V,T>

java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<K,V>
org.apache.trevni.avro.mapreduce.AvroTrevniRecordReaderBase<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 Trevni container file being read.
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
AvroTrevniKeyRecordReader, AvroTrevniKeyValueRecordReader

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