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