Interface StateTransitions.ToCancelling

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

public static interface StateTransitions.ToCancelling extends StateTransitions
Interface covering transition to the Canceling state.
  • Method Details

    • goToCanceling

      void goToCanceling(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, List<ExceptionHistoryEntry> failureCollection)
      Transitions into the Canceling state.
      Parameters:
      executionGraph - executionGraph to pass to the Canceling state
      executionGraphHandler - executionGraphHandler to pass to the Canceling state
      operatorCoordinatorHandler - operatorCoordinatorHandler to pass to the Canceling state
      failureCollection - collection of failures that are propagated