| Home | Trees | Indices | Help |
|
|---|
|
|
| Classes | |
|
Collector Abstract interface to map-reduce accumulator function. |
|
|
Mapper Abstract interface to map-reduce mapper function. |
|
| Functions | |||
|
|||
|
|||
|
|||
|
|||
| Variables | |
profile_mapper = FalseTrue if the mapper cost should be profiled. |
|
_ =
|
|
| Function Details |
Apply function mapper to all inputs. This is the serial version of a parallel iterator, yielding the next sequence value as soon as it is available. There is no guarantee that the order of the inputs will be preserved in the parallel version, so don't depend on it! |
Apply function mapper to inputs, accumulating the results in collector. Collector is a function which accepts the result of mapper(item) for each item of inputs. There is no guarantee that the outputs will be received in order. The map is executed in a separate thread so the function returns to the caller immediately. |
| Variables Details |
_
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 16 15:03:12 2009 | http://epydoc.sourceforge.net |