Class SequenceFileOutputFormat<K,V>

java.lang.Object
org.apache.hadoop.mapred.FileOutputFormat<K,V>
org.apache.hadoop.mapred.SequenceFileOutputFormat<K,V>
All Implemented Interfaces:
OutputFormat<K,V>
Direct Known Subclasses:
SequenceFileAsBinaryOutputFormat

@Public @Stable public class SequenceFileOutputFormat<K,V> extends FileOutputFormat<K,V>
An OutputFormat that writes SequenceFiles.