Class JobGraphJobInformation
java.lang.Object
org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
- All Implemented Interfaces:
JobInformation
JobInformation created from a JobGraph.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation
JobInformation.VertexInformation -
Constructor Summary
ConstructorsConstructorDescriptionJobGraphJobInformation(JobGraph jobGraph, VertexParallelismStore vertexParallelismStore) -
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of a jobGraph that can be mutated.org.apache.flink.api.common.JobIDgetJobID()getName()Returns all slot-sharing groups of the job.getVertexInformation(JobVertexID jobVertexId)
-
Constructor Details
-
JobGraphJobInformation
-
-
Method Details
-
getSlotSharingGroups
Description copied from interface:JobInformationReturns all slot-sharing groups of the job.Attention: The returned slot sharing groups should never be modified (they are indeed mutable)!
- Specified by:
getSlotSharingGroupsin interfaceJobInformation- Returns:
- all slot-sharing groups of the job
-
getVertexInformation
- Specified by:
getVertexInformationin interfaceJobInformation
-
getJobID
public org.apache.flink.api.common.JobID getJobID() -
getName
-
getCheckpointingSettings
-
getVertices
- Specified by:
getVerticesin interfaceJobInformation
-
copyJobGraph
Returns a copy of a jobGraph that can be mutated. -
getVertexParallelismStore
-