@ParametersAreNonnullByDefault
Package com.netflix.genie.agent.execution.statemachine
Job execution state machine.
- Since:
- 4.0.0
-
Interface Summary Interface Description JobExecutionStateMachine Interface JobExecutionStateMachine hides the actual state machine details. -
Class Summary Class Description ExecutionStage Abstract base class for Genie Agent stage of execution.JobExecutionStateMachineImpl Implementation of the job execution state machine. -
Enum Summary Enum Description States Execution state machine states. -
Exception Summary Exception Description FatalJobExecutionException Fatal exception that should stop execution early.RetryableJobExecutionException Exception thrown by state machine transition for retryable errors (e.g, network error talking to server).