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

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

Uses of InputSplit in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred that implement InputSplit
 class FileSplit
          A section of an input file.
 

Methods in org.apache.hadoop.mapred that return InputSplit
 InputSplit Reporter.getInputSplit()
          Get the InputSplit object for a map.
 InputSplit[] FileInputFormat.getSplits(JobConf job, int numSplits)
          Splits files returned by FileInputFormat.listPaths(JobConf) when they're too big.
 InputSplit[] InputFormat.getSplits(JobConf job, int numSplits)
          Splits a set of input files.
 

Methods in org.apache.hadoop.mapred with parameters of type InputSplit
 RecordReader SequenceFileInputFilter.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
          Create a record reader for the given split
 RecordReader SequenceFileAsTextInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
           
 RecordReader TextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter)
           
abstract  RecordReader FileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
           
 RecordReader SequenceFileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
           
 RecordReader InputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
          Construct a RecordReader for a FileSplit.
 RecordReader KeyValueTextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter)
           
 

Uses of InputSplit in org.apache.hadoop.streaming
 

Methods in org.apache.hadoop.streaming with parameters of type InputSplit
 RecordReader StreamInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter)
           
 



Copyright © 2006 The Apache Software Foundation