Interface OnCompletionActions
- All Known Implementing Classes:
DefaultJobMasterServiceProcess
public interface OnCompletionActions
Interface for completion actions once a Flink job has reached a terminal state.
-
Method Summary
Modifier and TypeMethodDescriptionvoidjobMasterFailed(Throwable cause) TheJobMasterfailed while executing the job.voidjobReachedGloballyTerminalState(ExecutionGraphInfo executionGraphInfo) Job reached a globally terminal state.
-
Method Details
-
jobReachedGloballyTerminalState
Job reached a globally terminal state.- Parameters:
executionGraphInfo- contains information about the terminated job
-
jobMasterFailed
TheJobMasterfailed while executing the job.
-