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