public static interface StateTransitions.ToExecuting extends StateTransitions
Executing
state.StateTransitions.ToCancelling, StateTransitions.ToCreatingExecutionGraph, StateTransitions.ToExecuting, StateTransitions.ToFailing, StateTransitions.ToFinished, StateTransitions.ToRestarting, StateTransitions.ToStopWithSavepoint, StateTransitions.ToWaitingForResources
Modifier and Type | Method and Description |
---|---|
void |
goToExecuting(ExecutionGraph executionGraph,
ExecutionGraphHandler executionGraphHandler,
OperatorCoordinatorHandler operatorCoordinatorHandler,
List<ExceptionHistoryEntry> failureCollection)
Transitions into the
Executing state. |
void goToExecuting(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, List<ExceptionHistoryEntry> failureCollection)
Executing
state.executionGraph
- executionGraph to pass to the Executing
stateexecutionGraphHandler
- executionGraphHandler to pass to the Executing
stateoperatorCoordinatorHandler
- operatorCoordinatorHandler to pass to the Executing
statefailureCollection
- collection of failures that are propagatedCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.