Uses of Class
org.apache.flink.runtime.executiongraph.ArchivedExecution
-
Packages that use ArchivedExecution Package Description org.apache.flink.runtime.executiongraph -
-
Uses of ArchivedExecution in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return ArchivedExecution Modifier and Type Method Description ArchivedExecution
Execution. archive()
ArchivedExecution
ArchivedExecutionVertex. getCurrentExecutionAttempt()
Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type ArchivedExecution Modifier and Type Method Description Optional<ArchivedExecution>
ExecutionHistory. getHistoricalExecution(int attemptNumber)
Collection<ArchivedExecution>
ExecutionHistory. getHistoricalExecutions()
Constructors in org.apache.flink.runtime.executiongraph with parameters of type ArchivedExecution Constructor Description ArchivedExecutionVertex(int subTaskIndex, String taskNameWithSubtask, ArchivedExecution currentExecution, ExecutionHistory executionHistory)
-