public interface InternalFailuresListener
ExecutionGraph). In contrast, there are also failures that are detected
by the TaskManager, which are communicated via JobMasterGateway.updateTaskExecutionState(TaskExecutionState).| 限定符和类型 | 方法和说明 |
|---|---|
void |
notifyGlobalFailure(Throwable t) |
void |
notifyTaskFailure(ExecutionAttemptID attemptId,
Throwable t,
boolean cancelTask,
boolean releasePartitions) |
void notifyTaskFailure(ExecutionAttemptID attemptId, Throwable t, boolean cancelTask, boolean releasePartitions)
void notifyGlobalFailure(Throwable t)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.