public interface OnCompletionActions
Modifier and Type | Method and Description |
---|---|
void |
jobFinishedByOther()
Job was finished by another JobMaster.
|
void |
jobMasterFailed(Throwable cause)
The
JobMaster failed while executing the job. |
void |
jobReachedGloballyTerminalState(ArchivedExecutionGraph executionGraph)
Job reached a globally terminal state.
|
void jobReachedGloballyTerminalState(ArchivedExecutionGraph executionGraph)
executionGraph
- serializable execution graphvoid jobFinishedByOther()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.