Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapTaskMatcher ¶
type MapTaskMatcher struct {
MapTask
}
func (MapTaskMatcher) Matches ¶
func (m MapTaskMatcher) Matches(x interface{}) bool
func (MapTaskMatcher) String ¶
func (m MapTaskMatcher) String() string
type MapTaskResult ¶
type MapTaskResultMatcher ¶
type MapTaskResultMatcher struct {
MapTaskResult
}
func (MapTaskResultMatcher) Matches ¶
func (m MapTaskResultMatcher) Matches(x interface{}) bool
func (MapTaskResultMatcher) String ¶
func (m MapTaskResultMatcher) String() string
type ReduceTask ¶
type ReduceTaskMatcher ¶
type ReduceTaskMatcher struct {
ReduceTask
}
func (ReduceTaskMatcher) Matches ¶
func (m ReduceTaskMatcher) Matches(x interface{}) bool
func (ReduceTaskMatcher) String ¶
func (m ReduceTaskMatcher) String() string
type ReduceTaskResult ¶
type ReduceTaskResultMatcher ¶
type ReduceTaskResultMatcher struct {
ReduceTaskResult
}
func (ReduceTaskResultMatcher) Matches ¶
func (m ReduceTaskResultMatcher) Matches(x interface{}) bool
func (ReduceTaskResultMatcher) String ¶
func (m ReduceTaskResultMatcher) String() string
type TaskStatus ¶
type TaskStatus int
const ( TaskCreated TaskStatus = iota TaskInProgress TaskFailed TaskDone TaskRescheduled )
func (TaskStatus) String ¶
func (ts TaskStatus) String() string
Click to show internal directories.
Click to hide internal directories.