| Package | Description |
|---|---|
| org.apache.flink.runtime.scheduler | |
| org.apache.flink.runtime.scheduler.adaptive | |
| org.apache.flink.runtime.scheduler.exceptionhistory |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RootExceptionHistoryEntry> |
ExecutionGraphInfo.getExceptionHistory() |
Iterable<RootExceptionHistoryEntry> |
SchedulerBase.getExceptionHistory() |
| Constructor and Description |
|---|
ExecutionGraphInfo(ArchivedExecutionGraph executionGraph,
Iterable<RootExceptionHistoryEntry> exceptionHistory) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptiveScheduler.archiveFailure(RootExceptionHistoryEntry failure) |
| Modifier and Type | Method and Description |
|---|---|
static RootExceptionHistoryEntry |
RootExceptionHistoryEntry.fromExceptionHistoryEntry(ExceptionHistoryEntry entry,
Collection<ExceptionHistoryEntry> entries) |
static RootExceptionHistoryEntry |
RootExceptionHistoryEntry.fromFailureHandlingResultSnapshot(FailureHandlingResultSnapshot snapshot)
Creates a
RootExceptionHistoryEntry based on the passed FailureHandlingResultSnapshot. |
static RootExceptionHistoryEntry |
RootExceptionHistoryEntry.fromGlobalFailure(ErrorInfo errorInfo)
Creates a
RootExceptionHistoryEntry based on the passed ErrorInfo. |
static RootExceptionHistoryEntry |
RootExceptionHistoryEntry.fromGlobalFailure(Throwable cause,
long timestamp,
CompletableFuture<Map<String,String>> failureLabels,
Iterable<Execution> executions)
Creates a
RootExceptionHistoryEntry representing a global failure from the passed
Throwable and timestamp. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.