Class ExecutionGraphInfo
java.lang.Object
org.apache.flink.runtime.scheduler.ExecutionGraphInfo
- All Implemented Interfaces:
Serializable
ExecutionGraphInfo serves as a composite class that provides different ExecutionGraph-related information.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionGraphInfo(ArchivedExecutionGraph executionGraph) ExecutionGraphInfo(ArchivedExecutionGraph executionGraph, Iterable<RootExceptionHistoryEntry> exceptionHistory) -
Method Summary
-
Constructor Details
-
ExecutionGraphInfo
-
ExecutionGraphInfo
public ExecutionGraphInfo(ArchivedExecutionGraph executionGraph, Iterable<RootExceptionHistoryEntry> exceptionHistory)
-
-
Method Details
-
getJobId
public org.apache.flink.api.common.JobID getJobId() -
getArchivedExecutionGraph
-
getExceptionHistory
-