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

Packages that use CombineFileSplit
org.apache.hadoop.examples Hadoop example code. 
org.apache.hadoop.mapreduce.lib.input   
 

Uses of CombineFileSplit in org.apache.hadoop.examples
 

Constructors in org.apache.hadoop.examples with parameters of type CombineFileSplit
MultiFileWordCount.CombineFileLineRecordReader(CombineFileSplit split, TaskAttemptContext context, Integer index)
           
 

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

Fields in org.apache.hadoop.mapreduce.lib.input declared as CombineFileSplit
protected  CombineFileSplit CombineFileRecordReader.split
           
 

Constructors in org.apache.hadoop.mapreduce.lib.input with parameters of type CombineFileSplit
CombineFileRecordReader(CombineFileSplit split, TaskAttemptContext context, Class<? extends RecordReader<K,V>> rrClass)
          A generic RecordReader that can hand out different recordReaders for each chunk in the CombineFileSplit.
CombineFileSplit(CombineFileSplit old)
          Copy constructor
 



Copyright © 2009 The Apache Software Foundation