Interface StateTransitions.ToExecuting
- All Superinterfaces:
StateTransitions
- All Known Implementing Classes:
AdaptiveScheduler
- Enclosing interface:
- StateTransitions
Interface covering transition to the
Executing state.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.runtime.scheduler.adaptive.StateTransitions
StateTransitions.ToCancelling, StateTransitions.ToCreatingExecutionGraph, StateTransitions.ToExecuting, StateTransitions.ToFailing, StateTransitions.ToFinished, StateTransitions.ToRestarting, StateTransitions.ToStopWithSavepoint, StateTransitions.ToWaitingForResources -
Method Summary
Modifier and TypeMethodDescriptionvoidgoToExecuting(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, List<ExceptionHistoryEntry> failureCollection) Transitions into theExecutingstate.
-
Method Details
-
goToExecuting
void goToExecuting(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, List<ExceptionHistoryEntry> failureCollection) Transitions into theExecutingstate.- Parameters:
executionGraph- executionGraph to pass to theExecutingstateexecutionGraphHandler- executionGraphHandler to pass to theExecutingstateoperatorCoordinatorHandler- operatorCoordinatorHandler to pass to theExecutingstatefailureCollection- collection of failures that are propagated
-