Uses of Class
org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
Packages that use FailureHandlingResultSnapshot
Package
Description
-
Uses of FailureHandlingResultSnapshot in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return FailureHandlingResultSnapshotModifier and TypeMethodDescriptionprotected FailureHandlingResultSnapshotDefaultScheduler.createFailureHandlingResultSnapshot(FailureHandlingResult failureHandlingResult) Methods in org.apache.flink.runtime.scheduler with parameters of type FailureHandlingResultSnapshotModifier and TypeMethodDescriptionprotected final voidSchedulerBase.archiveFromFailureHandlingResult(FailureHandlingResultSnapshot failureHandlingResult) -
Uses of FailureHandlingResultSnapshot in org.apache.flink.runtime.scheduler.exceptionhistory
Methods in org.apache.flink.runtime.scheduler.exceptionhistory that return FailureHandlingResultSnapshotModifier and TypeMethodDescriptionFailureHandlingResultSnapshot.create(FailureHandlingResult failureHandlingResult, Function<ExecutionVertexID, Collection<Execution>> currentExecutionsLookup) Creates aFailureHandlingResultSnapshotbased on the passedFailureHandlingResultandExecutionVertices.Methods in org.apache.flink.runtime.scheduler.exceptionhistory with parameters of type FailureHandlingResultSnapshotModifier and TypeMethodDescriptionstatic RootExceptionHistoryEntryRootExceptionHistoryEntry.fromFailureHandlingResultSnapshot(FailureHandlingResultSnapshot snapshot) Creates aRootExceptionHistoryEntrybased on the passedFailureHandlingResultSnapshot.