public interface JobInformation
Modifier and Type | Interface and Description |
---|---|
static interface |
JobInformation.VertexInformation
Information about a single vertex.
|
Modifier and Type | Method and Description |
---|---|
Collection<SlotSharingGroup> |
getSlotSharingGroups()
Returns all slot-sharing groups of the job.
|
JobInformation.VertexInformation |
getVertexInformation(JobVertexID jobVertexId) |
Iterable<JobInformation.VertexInformation> |
getVertices() |
Collection<SlotSharingGroup> getSlotSharingGroups()
Attention: The returned slot sharing groups should never be modified (they are indeed mutable)!
JobInformation.VertexInformation getVertexInformation(JobVertexID jobVertexId)
Iterable<JobInformation.VertexInformation> getVertices()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.