Uses of Class
org.apache.hadoop.mapreduce.InputFormat

Packages that use InputFormat
org.apache.hadoop.examples Hadoop example code. 
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.lib.db org.apache.hadoop.mapred.lib.db Package 
org.apache.hadoop.mapreduce.lib.input   
 

Uses of InputFormat in org.apache.hadoop.examples
 

Subclasses of InputFormat in org.apache.hadoop.examples
static class MultiFileWordCount.MyInputFormat
          To use CombineFileInputFormat, one should extend it, to return a (custom) RecordReader.
 

Uses of InputFormat in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return types with arguments of type InputFormat
 Class<? extends InputFormat<?,?>> JobContext.getInputFormatClass()
          Get the InputFormat class for the job.
 

Method parameters in org.apache.hadoop.mapreduce with type arguments of type InputFormat
 void Job.setInputFormatClass(Class<? extends InputFormat> cls)
          Set the InputFormat for the job.
 

Uses of InputFormat in org.apache.hadoop.mapreduce.lib.db
 

Subclasses of InputFormat in org.apache.hadoop.mapreduce.lib.db
 class DataDrivenDBInputFormat<T extends DBWritable>
          A InputFormat that reads input data from an SQL table.
 class DBInputFormat<T extends DBWritable>
          A InputFormat that reads input data from an SQL table.
 class OracleDataDrivenDBInputFormat<T extends DBWritable>
          A InputFormat that reads input data from an SQL table in an Oracle db.
 

Uses of InputFormat in org.apache.hadoop.mapreduce.lib.input
 

Subclasses of InputFormat in org.apache.hadoop.mapreduce.lib.input
 class CombineFileInputFormat<K,V>
          An abstract InputFormat that returns CombineFileSplit's in getSplits(JobContext) method.
 class FileInputFormat<K,V>
          A base class for file-based InputFormats.
 class SequenceFileInputFormat<K,V>
          An InputFormat for SequenceFiles.
 class TextInputFormat
          An InputFormat for plain text files.
 



Copyright © 2009 The Apache Software Foundation