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