Interface | Description |
---|---|
FaultAcceptable |
This is an interface to mark the components that accepts a fault.
|
JobFaultListener |
This interface will be implemented by CheckpointManager
It will get events from JobMaster when some faults occur and the job state is restored
|
Class | Description |
---|---|
Fault |
Encapsulate a fault occurred in the system.
|
FaultToleranceContext | |
JobProgress |
This class is used to monitor the status of the running job
Extended class modifies members
|
Enum | Description |
---|---|
JobProgress.JobStatus |
Job state
|