Public Member Functions

MaPI_FSMapReduce< T > Class Template Reference

MaPI_FSMapReduce. More...

#include <fsmapreduce.hpp>

List of all members.

Public Member Functions

void init (int argc, char **argv, string(*)(string, T), T object)
 Inicialização o objeto MaPI.
void init (int argc, char **argv, vector< string(*)(string, T) > functions, T object)
 Inicialização o objeto MaPI.
vector< string > * mapper (string(*map)(string, T), vector< string > *inputs)
 Função de mapeamento.
vector< string > * mapreduce (string(*map)(string, T), vector< string > *(*reduce)(vector< string > *, T), vector< string > *input)
 Chamada do MapReduce.
void finalize ()
 Finalização do MaPI.
int mapperSize ()
 Número de processos de mapeamento (np-1).

Detailed Description

template<class T>
class MaPI_FSMapReduce< T >

MaPI_FSMapReduce.


The documentation for this class was generated from the following file:
 All Classes Functions