Uses of Class
org.apache.flink.runtime.executiongraph.ArchivedExecution
Packages that use ArchivedExecution
-
Uses of ArchivedExecution in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return ArchivedExecutionModifier and TypeMethodDescriptionExecution.archive()ArchivedExecutionVertex.getCurrentExecutionAttempt()Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type ArchivedExecutionModifier and TypeMethodDescriptionExecutionHistory.getHistoricalExecution(int attemptNumber) ExecutionHistory.getHistoricalExecutions()Constructors in org.apache.flink.runtime.executiongraph with parameters of type ArchivedExecutionModifierConstructorDescriptionArchivedExecutionVertex(int subTaskIndex, String taskNameWithSubtask, ArchivedExecution currentExecution, ExecutionHistory executionHistory)