Interface JobInformation
- All Known Implementing Classes:
JobGraphJobInformation
public interface JobInformation
Information about the job.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInformation about a single vertex. -
Method Summary
Modifier and TypeMethodDescriptionReturns all slot-sharing groups of the job.getVertexInformation(JobVertexID jobVertexId)
-
Method Details
-
getSlotSharingGroups
Collection<SlotSharingGroup> getSlotSharingGroups()Returns all slot-sharing groups of the job.Attention: The returned slot sharing groups should never be modified (they are indeed mutable)!
- Returns:
- all slot-sharing groups of the job
-
getVertexInformation
-
getVertices
Iterable<JobInformation.VertexInformation> getVertices()
-