Uses of Class
org.apache.hadoop.io.IntWritable
Packages that use IntWritable
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of IntWritable in org.apache.hadoop.io
Methods in org.apache.hadoop.io with parameters of type IntWritableModifier and TypeMethodDescriptionintIntWritable.compareTo(IntWritable o) Compares two IntWritables. -
Uses of IntWritable in org.apache.hadoop.mapreduce.lib.reduce
Method parameters in org.apache.hadoop.mapreduce.lib.reduce with type arguments of type IntWritableModifier and TypeMethodDescriptionvoidIntSumReducer.reduce(Key key, Iterable<IntWritable> values, Reducer<Key, IntWritable, Key, IntWritable>.org.apache.hadoop.mapreduce.Reducer.Context context)