Uses of Class
org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
Packages that use FailureHandlingResultSnapshot Package Description org.apache.flink.runtime.scheduler org.apache.flink.runtime.scheduler.exceptionhistory -
-
Uses of FailureHandlingResultSnapshot in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return FailureHandlingResultSnapshot Modifier and Type Method Description protected FailureHandlingResultSnapshotDefaultScheduler. createFailureHandlingResultSnapshot(FailureHandlingResult failureHandlingResult)Methods in org.apache.flink.runtime.scheduler with parameters of type FailureHandlingResultSnapshot Modifier and Type Method Description protected voidSchedulerBase. archiveFromFailureHandlingResult(FailureHandlingResultSnapshot failureHandlingResult) -
Uses of FailureHandlingResultSnapshot in org.apache.flink.runtime.scheduler.exceptionhistory
Methods in org.apache.flink.runtime.scheduler.exceptionhistory that return FailureHandlingResultSnapshot Modifier and Type Method Description static FailureHandlingResultSnapshotFailureHandlingResultSnapshot. 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 FailureHandlingResultSnapshot Modifier and Type Method Description static RootExceptionHistoryEntryRootExceptionHistoryEntry. fromFailureHandlingResultSnapshot(FailureHandlingResultSnapshot snapshot)Creates aRootExceptionHistoryEntrybased on the passedFailureHandlingResultSnapshot.
-