Interface StateTransitions.ToFailing

All Superinterfaces:
StateTransitions
All Known Implementing Classes:
AdaptiveScheduler
Enclosing interface:
StateTransitions

public static interface StateTransitions.ToFailing extends StateTransitions
Interface covering transition to the Failing state.
  • Method Details

    • 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