public static class DomainStatistics.DomainStatisticsReducer extends Reducer<Text,LongWritable,LongWritable,Text>
Reducer.Context
Constructor and Description |
---|
DomainStatisticsReducer() |
Modifier and Type | Method and Description |
---|---|
void |
reduce(Text key,
java.lang.Iterable<LongWritable> values,
Reducer.Context context) |
public void reduce(Text key, java.lang.Iterable<LongWritable> values, Reducer.Context context) throws java.io.IOException, java.lang.InterruptedException
reduce
in class Reducer<Text,LongWritable,LongWritable,Text>
java.io.IOException
java.lang.InterruptedException
Copyright © 2019 The Apache Software Foundation