Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
EndOfEmit = errors.New("Nothing left to emit")
)
Functions ¶
This section is empty.
Types ¶
type ResultSlice ¶
type ResultSlice []*Result
A sortable slice of results (sortable only for int64 values).
func (ResultSlice) Len ¶
func (r ResultSlice) Len() int
func (ResultSlice) Less ¶
func (r ResultSlice) Less(i, j int) bool
func (ResultSlice) Swap ¶
func (r ResultSlice) Swap(i, j int)
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Contains configuration for a MapReduce task.
func (*Runner) Groups ¶
Returns the map containing all groups. Only safe to call after the task has completed.
func (*Runner) Results ¶
func (r *Runner) Results() ResultSlice
Returns the slice containing all groups. Only safe to call after the task has completed.
Click to show internal directories.
Click to hide internal directories.