Package org.apache.flink.runtime.scheduler.exceptionhistory
-
Class Summary Class Description ExceptionHistoryEntry ExceptionHistoryEntry
collects information about a single failure that triggered the scheduler's failure handling.ExceptionHistoryEntry.ArchivedTaskManagerLocation ArchivedTaskManagerLocation
represents a archived (static) version of aTaskManagerLocation
.FailureHandlingResultSnapshot FailureHandlingResultSnapshot
creates a snapshot of aFailureHandlingResult
providing the actualExecutions
.RootExceptionHistoryEntry RootExceptionHistoryEntry
extendingExceptionHistoryEntry
by providing a list ofExceptionHistoryEntry
instances to store concurrently caught failures.