Class MapReduce<T>
- java.lang.Object
-
- org.processmining.dataawareexplorer.parallel.MapReduce<T>
-
- Type Parameters:
T- the type of the result computed by the job
public class MapReduce<T> extends java.lang.ObjectA thin wrapper around a ForkJoinPool that enables the caller to retrieve the result of a Map/Reduce computation in a type-safe fashion.- Author:
- patrick.peschlow
-
-
Constructor Summary
Constructors Constructor Description MapReduce(java.util.concurrent.ForkJoinPool pool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Texecute(Input<T> input)
-