Class JobAllocationsInformation
java.lang.Object
org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation
Information about allocations of Job Vertices.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInformation about the allocations of a single Job Vertex. -
Method Summary
Modifier and TypeMethodDescriptionstatic JobAllocationsInformationempty()static JobAllocationsInformationfromGraph(ExecutionGraph graph) getAllocations(JobVertexID jobVertexID) booleanisEmpty()
-
Method Details
-
fromGraph
-
getAllocations
public List<JobAllocationsInformation.VertexAllocationInformation> getAllocations(JobVertexID jobVertexID) -
empty
-
isEmpty
public boolean isEmpty()
-