Uses of Class
org.apache.hadoop.mapreduce.lib.input.FileSplit

Packages that use FileSplit
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce.lib.input   
 

Uses of FileSplit in org.apache.hadoop.mapred
 

Constructors in org.apache.hadoop.mapred with parameters of type FileSplit
FileSplit(FileSplit fs)
           
 

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

Methods in org.apache.hadoop.mapreduce.lib.input that return FileSplit
protected  FileSplit FileInputFormat.makeSplit(org.apache.hadoop.fs.Path file, long start, long length, String[] hosts)
          A factory that makes the split for this class.
 

Methods in org.apache.hadoop.mapreduce.lib.input that return types with arguments of type FileSplit
static List<FileSplit> NLineInputFormat.getSplitsForFile(org.apache.hadoop.fs.FileStatus status, org.apache.hadoop.conf.Configuration conf, int numLinesPerSplit)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.