Uses of Class
org.apache.hadoop.io.IntWritable

Packages that use IntWritable
org.apache.hadoop.examples Hadoop example code. 
org.apache.hadoop.util Common utilities. 
 

Uses of IntWritable in org.apache.hadoop.examples
 

Methods in org.apache.hadoop.examples with parameters of type IntWritable
 int SleepJob.getPartition(IntWritable key, IntWritable value, int numPartitions)
           
 void SleepJob.map(IntWritable key, IntWritable value, OutputCollector<IntWritable,IntWritable> output, Reporter reporter)
           
 void SleepJob.reduce(IntWritable key, Iterator<IntWritable> values, OutputCollector<IntWritable,IntWritable> output, Reporter reporter)
           
 

Method parameters in org.apache.hadoop.examples with type arguments of type IntWritable
 void SleepJob.map(IntWritable key, IntWritable value, OutputCollector<IntWritable,IntWritable> output, Reporter reporter)
           
 void SleepJob.map(IntWritable key, IntWritable value, OutputCollector<IntWritable,IntWritable> output, Reporter reporter)
           
 void WordCount.MapClass.map(LongWritable key, Text value, OutputCollector<Text,IntWritable> output, Reporter reporter)
           
 void MultiFileWordCount.MapClass.map(MultiFileWordCount.WordOffset key, Text value, OutputCollector<Text,IntWritable> output, Reporter reporter)
           
 void SleepJob.reduce(IntWritable key, Iterator<IntWritable> values, OutputCollector<IntWritable,IntWritable> output, Reporter reporter)
           
 void SleepJob.reduce(IntWritable key, Iterator<IntWritable> values, OutputCollector<IntWritable,IntWritable> output, Reporter reporter)
           
 void SleepJob.reduce(IntWritable key, Iterator<IntWritable> values, OutputCollector<IntWritable,IntWritable> output, Reporter reporter)
           
 void WordCount.Reduce.reduce(Text key, Iterator<IntWritable> values, OutputCollector<Text,IntWritable> output, Reporter reporter)
           
 void WordCount.Reduce.reduce(Text key, Iterator<IntWritable> values, OutputCollector<Text,IntWritable> output, Reporter reporter)
           
 

Uses of IntWritable in org.apache.hadoop.util
 

Constructor parameters in org.apache.hadoop.util with type arguments of type IntWritable
MergeSort(Comparator<IntWritable> comparator)
           
 



Copyright © 2008 The Apache Software Foundation