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

Packages that use CombineFileSplit
org.apache.hadoop.examples Hadoop example code. 
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
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.mapred
 

Subclasses of CombineFileSplit in org.apache.hadoop.mapred
 class MultiFileSplit
          A sub-collection of input files.
 

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

Subclasses of CombineFileSplit in org.apache.hadoop.mapred.lib
 class CombineFileSplit
           
 

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