Class SequenceFileInputFormat<K,V>

java.lang.Object
org.apache.hadoop.mapred.FileInputFormat<AvroWrapper<Pair<K,V>>,NullWritable>
org.apache.avro.mapred.SequenceFileInputFormat<K,V>
All Implemented Interfaces:
InputFormat<AvroWrapper<Pair<K,V>>,NullWritable>

public class SequenceFileInputFormat<K,V> extends FileInputFormat<AvroWrapper<Pair<K,V>>,NullWritable>
An InputFormat for sequence files.