#include <reducer.hpp>
Public Member Functions | |
| MapMP_Reducer (MapReduce< KeyA, A, KeyB, B, C > *_mapReduce) | |
| Constructor. | |
| virtual vector< pair< KeyB, C > > | run (vector< pair< KeyB, B > > &_mapped) |
| Iterator reducing execution (implemented by library). | |
| virtual pair< KeyB, C > | reduce (pair< KeyB, vector< B > >)=0 |
| Reduce function (implemented by user). | |
Protected Attributes | |
| MapReduce< KeyA, A, KeyB, B, C > * | mapReduce |
1.7.1