public interface FailureMonitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasFailed(TaskInfo task)
Determines whether the given
TaskInfohas failed forever or not. |
boolean hasFailed(TaskInfo task)
TaskInfohas failed forever or not. This hook will be first called with a
given TaskInfo the first time that TaskInfo stops running. It may be called additional times
after that.task - The TaskInfo that is no longer runningTaskInfo should be considered permanently lost & restarted elsewhere, false if it's
machine might still come back