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

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

Uses of InputFormat in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred that implement InputFormat
 class InputFormatBase
          A base class for InputFormat.
 class SequenceFileInputFormat
          An InputFormat for SequenceFiles.
 class TextInputFormat
          An InputFormat for plain text files.
 

Methods in org.apache.hadoop.mapred that return InputFormat
 InputFormat JobConf.getInputFormat()
           
 



Copyright © 2006 The Apache Software Foundation