Uses of Class
org.apache.hadoop.mapred.FileSplit

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

Uses of FileSplit in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return FileSplit
 FileSplit[] InputFormatBase.getSplits(FileSystem fs, JobConf job, int numSplits)
          Splits files returned by {#listPaths(FileSystem,JobConf) when they're too big.
 FileSplit[] InputFormat.getSplits(FileSystem fs, JobConf job, int numSplits)
          Splits a set of input files.
 

Methods in org.apache.hadoop.mapred with parameters of type FileSplit
 RecordReader TextInputFormat.getRecordReader(FileSystem fs, FileSplit split, JobConf job, Reporter reporter)
           
 RecordReader SequenceFileInputFormat.getRecordReader(FileSystem fs, FileSplit split, JobConf job, Reporter reporter)
           
abstract  RecordReader InputFormatBase.getRecordReader(FileSystem fs, FileSplit split, JobConf job, Reporter reporter)
           
 RecordReader InputFormat.getRecordReader(FileSystem fs, FileSplit split, JobConf job, Reporter reporter)
          Construct a RecordReader for a FileSplit.
 

Constructors in org.apache.hadoop.mapred with parameters of type FileSplit
SequenceFileRecordReader(Configuration conf, FileSplit split)
           
 



Copyright © 2006 The Apache Software Foundation