Interface StateTransitions.ToFailing

    • Method Detail

      • goToFailing

        void goToFailing​(ExecutionGraph executionGraph,
                         ExecutionGraphHandler executionGraphHandler,
                         OperatorCoordinatorHandler operatorCoordinatorHandler,
                         Throwable failureCause,
                         List<ExceptionHistoryEntry> failureCollection)
        Transitions into the Failing state.
        Parameters:
        executionGraph - executionGraph to pass to the Failing state
        executionGraphHandler - executionGraphHandler to pass to the Failing state
        operatorCoordinatorHandler - operatorCoordinatorHandler to pass to the Failing state
        failureCause - failureCause describing why the job execution failed
        failureCollection - collection of failures that are propagated