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

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

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

Methods in org.apache.hadoop.mapreduce.lib.input that return FileSplit
protected static FileSplit NLineInputFormat.createFileSplit(Path fileName, long begin, long length)
          NLineInputFormat uses LineRecordReader, which always reads (and consumes) at least one character out of its upper split boundary.
 

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



Copyright © 2009 The Apache Software Foundation