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

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

Uses of InputFormat in org.apache.nutch.mapReduce
 

Classes in org.apache.nutch.mapReduce that implement InputFormat
 class InputFormatBase
          A base class for InputFormat.
 class SequenceFileInputFormat
          An InputFormat for plain text files.
 class TextInputFormat
          An InputFormat for plain text files.
 

Methods in org.apache.nutch.mapReduce that return InputFormat
static InputFormat InputFormats.get(String name)
          Return the named InputFormat.
 InputFormat JobConf.getInputFormat()
           
 

Methods in org.apache.nutch.mapReduce with parameters of type InputFormat
static void InputFormats.add(InputFormat format)
          Define a named InputFormat.
 void JobConf.setInputFormat(InputFormat format)
           
 



Copyright © 2006 The Apache Software Foundation