Interface | Description |
---|---|
Input<T> |
Interface for Map/Reduce input entities.
|
Output<T> |
Interface for Map/Reduce output entities.
|
Class | Description |
---|---|
MapReduce<T> |
A thin wrapper around a ForkJoinPool that enables the caller to retrieve the
result of a Map/Reduce computation in a type-safe fashion.
|
MapReduceTask<T> |
A ForkJoinTask to be used for generic Map/Reduce computations.
|