#include <mapreduce.hpp>
Public Member Functions | |
| virtual vector< pair< KeyB, C > > | run (Mapper< KeyA, A, KeyB, B, C > &mapper, Reducer< KeyA, A, KeyB, B, C > &reducer, vector< pair< KeyA, A > > &as) |
| MapReduce execution (implemented by library). | |
1.7.1