Package | Description |
---|---|
edu.rice.hj.runtime.mapreduce2 |
Modifier and Type | Method and Description |
---|---|
abstract void |
MapReduceTask.map(K1 inKey,
V1 inValue,
Aggregator<K2,V2> aggregator)
The MAP function.
|
void |
WordCount.map(Void inKey,
edu.rice.hj.runtime.mapreduce2.KeyString inValue,
Aggregator<edu.rice.hj.runtime.mapreduce2.KeyString,Integer> aggregator)
The MAP function.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.