#include <mapper.hpp>
Public Member Functions | |
| MapMP_Mapper (MapReduce< KeyA, A, KeyB, B, C > *_mapReduce) | |
| Constructor. | |
| virtual vector< pair< KeyB, B > > | run (vector< pair< KeyA, A > > &as) |
| Iterator mapping execution (implemented by library). | |
| virtual vector< pair< KeyB, B > > | map (pair< KeyA, A >)=0 |
| Map function (implemented by user). | |
Protected Attributes | |
| MapReduce< KeyA, A, KeyB, B, C > * | mapReduce |
1.7.1