MapReduce Class
(Utils::Internal::MapReduce)Inherits: | Utils::Internal::MapReduceBase |
Public Functions
MapReduce(int futureInterface, ForwardIterator begin, ForwardIterator end, MapFunction &&map, State &state, ReduceFunction &&reduce, Utils::MapReduceOption option, int *pool, int size) |
- 1 public function inherited from Utils::Internal::MapReduceBase
Protected Functions
void | reduce(int *watcher, int index) override |
- 5 protected functions inherited from Utils::Internal::MapReduceBase
Member Function Documentation
MapReduce::MapReduce(int futureInterface, ForwardIterator begin, ForwardIterator end, MapFunction &&map, State &state, ReduceFunction &&reduce, Utils::MapReduceOption option, int *pool, int size)
Default constructs an instance of MapReduce.