Uses of Interface
org.apache.nutch.mapReduce.OutputFormat

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

Uses of OutputFormat in org.apache.nutch.mapReduce
 

Classes in org.apache.nutch.mapReduce that implement OutputFormat
 class SequenceFileOutputFormat
           
 class TextOutputFormat
           
 

Methods in org.apache.nutch.mapReduce that return OutputFormat
 OutputFormat JobConf.getOutputFormat()
           
static OutputFormat OutputFormats.get(String name)
          Return the named OutputFormat.
 

Methods in org.apache.nutch.mapReduce with parameters of type OutputFormat
 void JobConf.setOutputFormat(OutputFormat format)
           
static void OutputFormats.add(OutputFormat format)
          Define a named OutputFormat.
 



Copyright © 2006 The Apache Software Foundation