Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCancelWithNil = errors.New("mapreduce cancelled with nil") ErrReduceNoOutput = errors.New("reduce not writing value") )
Functions ¶
Types ¶
type MapperFunc ¶
MapperFunc 执行map的函数
type ReducerFunc ¶
ReducerFunc 执行reduce的函数
Click to show internal directories.
Click to hide internal directories.