Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Port string
Functions ¶
Types ¶
type CombineCollector ¶
type CombineCollector struct {
Key interface{}
Value interface{}
}
type Job ¶
type Job struct {
NumMap int
NumReduce int
MapRunning int
MapDone int
ReduceRunning int
ReduceDone int
ReduceDataPort int
Master string
// contains filtered or unexported fields
}
func (*Job) Status ¶
func (t *Job) Status(args StatusArgs, reply *StatusResult) error
type ReduceArgs ¶
type ReduceArgs struct{}
type StatusArgs ¶
type StatusArgs struct{}
Click to show internal directories.
Click to hide internal directories.