Interface StateTransitions.ToExecuting

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

public static interface StateTransitions.ToExecuting extends StateTransitions
Interface covering transition to the Executing state.
  • Method Details

    • goToExecuting

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