| Interface | Description |
|---|---|
| FailureMonitor |
Instances of this class are used to determine when a stopped task has failed and should be restarted elsewhere.
|
| Class | Description |
|---|---|
| DefaultFailureMonitor |
The DefaultFailureMonitor reports that tasks have Failed permanently when they are so labeled.
|
| NeverFailureMonitor |
A special
FailureMonitor that never fails tasks. |
| TestingFailureMonitor |
Simple API to enable testing of failure conditions in frameworks.
|
| TimedFailureMonitor |
Implements a
FailureMonitor with a time-based policy. |