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[] InputFormatBase.getSplits(JobConf job, int numSplits)
          Splits files returned by InputFormatBase.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 TextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter)
           
 RecordReader SequenceFileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
           
 RecordReader SequenceFileInputFilter.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
          Create a record reader for the given split
abstract  RecordReader InputFormatBase.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
           
 RecordReader InputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
          Construct a RecordReader for a FileSplit.
 

Uses of InputSplit in org.apache.hadoop.streaming
 

Methods in org.apache.hadoop.streaming that return InputSplit
 InputSplit[] StreamInputFormat.getSplits(JobConf job, int numSplits)
           
 InputSplit[] MergerInputFormat.getSplits(JobConf job, int numSplits)
          Delegate to the primary InputFormat.
 

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



Copyright © 2006 The Apache Software Foundation