public class JobGraphJobInformation extends Object implements JobInformation
JobInformation created from a JobGraph.JobInformation.VertexInformation| Constructor and Description |
|---|
JobGraphJobInformation(JobGraph jobGraph,
VertexParallelismStore vertexParallelismStore) |
| Modifier and Type | Method and Description |
|---|---|
JobGraph |
copyJobGraph()
Returns a copy of a jobGraph that can be mutated.
|
JobCheckpointingSettings |
getCheckpointingSettings() |
org.apache.flink.api.common.JobID |
getJobID() |
String |
getName() |
Collection<SlotSharingGroup> |
getSlotSharingGroups()
Returns all slot-sharing groups of the job.
|
JobInformation.VertexInformation |
getVertexInformation(JobVertexID jobVertexId) |
VertexParallelismStore |
getVertexParallelismStore() |
Iterable<JobInformation.VertexInformation> |
getVertices() |
public JobGraphJobInformation(JobGraph jobGraph, VertexParallelismStore vertexParallelismStore)
public Collection<SlotSharingGroup> getSlotSharingGroups()
JobInformationAttention: The returned slot sharing groups should never be modified (they are indeed mutable)!
getSlotSharingGroups in interface JobInformationpublic JobInformation.VertexInformation getVertexInformation(JobVertexID jobVertexId)
getVertexInformation in interface JobInformationpublic org.apache.flink.api.common.JobID getJobID()
public String getName()
public JobCheckpointingSettings getCheckpointingSettings()
public Iterable<JobInformation.VertexInformation> getVertices()
getVertices in interface JobInformationpublic JobGraph copyJobGraph()
public VertexParallelismStore getVertexParallelismStore()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.