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

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

Uses of FileSplit in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred 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.
 

Constructors in org.apache.hadoop.mapred with parameters of type FileSplit
KeyValueLineRecordReader(org.apache.hadoop.conf.Configuration job, FileSplit split)
           
LineRecordReader(org.apache.hadoop.conf.Configuration job, FileSplit split)
           
LineRecordReader(org.apache.hadoop.conf.Configuration job, FileSplit split, byte[] recordDelimiter)
           
SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader(org.apache.hadoop.conf.Configuration conf, FileSplit split)
           
SequenceFileAsTextRecordReader(org.apache.hadoop.conf.Configuration conf, FileSplit split)
           
SequenceFileRecordReader(org.apache.hadoop.conf.Configuration conf, FileSplit split)
           
 

Uses of FileSplit in org.apache.hadoop.mapred.lib
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.