public interface InternalFailuresListener
ExecutionGraph
). In contrast, there are also failures that are detected
by the TaskManager, which are communicated via JobMasterGateway.updateTaskExecutionState(TaskExecutionState)
.Modifier and Type | Method and Description |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.