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| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.