Uses of Interface
org.apache.hadoop.mapred.OutputFormat

Packages that use OutputFormat
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of OutputFormat in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred that implement OutputFormat
 class MapFileOutputFormat
          An OutputFormat that writes MapFiles.
 class OutputFormatBase
          A base class for OutputFormat.
 class SequenceFileOutputFormat
          An OutputFormat that writes SequenceFiles.
 class TextOutputFormat
          An OutputFormat that writes plain text files.
 

Methods in org.apache.hadoop.mapred that return OutputFormat
 OutputFormat JobConf.getOutputFormat()
           
 



Copyright © 2006 The Apache Software Foundation