Uses of Class
org.apache.flink.runtime.scheduler.exceptionhistory.RootExceptionHistoryEntry
-
Packages that use RootExceptionHistoryEntry Package Description org.apache.flink.runtime.scheduler org.apache.flink.runtime.scheduler.adaptive org.apache.flink.runtime.scheduler.exceptionhistory -
-
Uses of RootExceptionHistoryEntry in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return types with arguments of type RootExceptionHistoryEntry Modifier and Type Method Description Iterable<RootExceptionHistoryEntry>ExecutionGraphInfo. getExceptionHistory()Iterable<RootExceptionHistoryEntry>SchedulerBase. getExceptionHistory()Constructor parameters in org.apache.flink.runtime.scheduler with type arguments of type RootExceptionHistoryEntry Constructor Description ExecutionGraphInfo(ArchivedExecutionGraph executionGraph, Iterable<RootExceptionHistoryEntry> exceptionHistory) -
Uses of RootExceptionHistoryEntry in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive with parameters of type RootExceptionHistoryEntry Modifier and Type Method Description voidAdaptiveScheduler. archiveFailure(RootExceptionHistoryEntry failure) -
Uses of RootExceptionHistoryEntry in org.apache.flink.runtime.scheduler.exceptionhistory
Methods in org.apache.flink.runtime.scheduler.exceptionhistory that return RootExceptionHistoryEntry Modifier and Type Method Description static RootExceptionHistoryEntryRootExceptionHistoryEntry. fromExceptionHistoryEntry(ExceptionHistoryEntry entry, Collection<ExceptionHistoryEntry> entries)static RootExceptionHistoryEntryRootExceptionHistoryEntry. fromFailureHandlingResultSnapshot(FailureHandlingResultSnapshot snapshot)Creates aRootExceptionHistoryEntrybased on the passedFailureHandlingResultSnapshot.static RootExceptionHistoryEntryRootExceptionHistoryEntry. fromGlobalFailure(Throwable cause, long timestamp, CompletableFuture<Map<String,String>> failureLabels, Iterable<Execution> executions)Creates aRootExceptionHistoryEntryrepresenting a global failure from the passedThrowableand timestamp.static RootExceptionHistoryEntryRootExceptionHistoryEntry. fromGlobalFailure(ErrorInfo errorInfo)Creates aRootExceptionHistoryEntrybased on the passedErrorInfo.
-