Class JobAllocationsInformation
- java.lang.Object
-
- org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation
-
@Internal public class JobAllocationsInformation extends Object
Information about allocations of Job Vertices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobAllocationsInformation.VertexAllocationInformationInformation about the allocations of a single Job Vertex.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobAllocationsInformationempty()static JobAllocationsInformationfromGraph(ExecutionGraph graph)List<JobAllocationsInformation.VertexAllocationInformation>getAllocations(JobVertexID jobVertexID)booleanisEmpty()
-
-
-
Method Detail
-
fromGraph
public static JobAllocationsInformation fromGraph(@Nullable ExecutionGraph graph)
-
getAllocations
public List<JobAllocationsInformation.VertexAllocationInformation> getAllocations(JobVertexID jobVertexID)
-
empty
public static JobAllocationsInformation empty()
-
isEmpty
public boolean isEmpty()
-
-