Class ArchivedExecutionGraph

java.lang.Object
org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
All Implemented Interfaces:
Serializable, AccessExecutionGraph, JobStatusProvider

public class ArchivedExecutionGraph extends Object implements AccessExecutionGraph, Serializable
An archived execution graph represents a serializable form of an ExecutionGraph.
See Also: