
| Class | Description |
|---|---|
| Aggregator<K2,V2> |
Aggregator class.
|
| MapReduceTask<K1,V1,K2,V2,V3> |
map(k1, v1) -> list(k2, v2) reduce(k2, list(v2)) -> list(v3)
|
| WordCount |
WordCount class.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.