public class JobGraphJobInformation extends Object implements JobInformation
JobInformation created from a JobGraph.JobInformation.VertexInformation| 构造器和说明 |
|---|
JobGraphJobInformation(JobGraph jobGraph,
VertexParallelismStore vertexParallelismStore) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
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 在接口中 JobInformationpublic JobInformation.VertexInformation getVertexInformation(JobVertexID jobVertexId)
getVertexInformation 在接口中 JobInformationpublic org.apache.flink.api.common.JobID getJobID()
public String getName()
public JobCheckpointingSettings getCheckpointingSettings()
public Iterable<JobInformation.VertexInformation> getVertices()
public JobGraph copyJobGraph() throws IOException, ClassNotFoundException
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.