Uses of Class
org.apache.flink.runtime.executiongraph.ExecutionHistory
-
Packages that use ExecutionHistory Package Description org.apache.flink.runtime.executiongraph -
-
Uses of ExecutionHistory in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return ExecutionHistory Modifier and Type Method Description ExecutionHistoryAccessExecutionVertex. getExecutionHistory()Returns the execution history.ExecutionHistoryArchivedExecutionVertex. getExecutionHistory()ExecutionHistoryExecutionVertex. getExecutionHistory()Constructors in org.apache.flink.runtime.executiongraph with parameters of type ExecutionHistory Constructor Description ArchivedExecutionVertex(int subTaskIndex, String taskNameWithSubtask, ArchivedExecution currentExecution, ExecutionHistory executionHistory)
-