Uses of Interface
org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation.VertexInformation
-
Packages that use JobInformation.VertexInformation Package Description org.apache.flink.runtime.scheduler.adaptive org.apache.flink.runtime.scheduler.adaptive.allocator -
-
Uses of JobInformation.VertexInformation in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return JobInformation.VertexInformation Modifier and Type Method Description JobInformation.VertexInformationJobGraphJobInformation. getVertexInformation(JobVertexID jobVertexId)Methods in org.apache.flink.runtime.scheduler.adaptive that return types with arguments of type JobInformation.VertexInformation Modifier and Type Method Description Iterable<JobInformation.VertexInformation>JobGraphJobInformation. getVertices() -
Uses of JobInformation.VertexInformation in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return JobInformation.VertexInformation Modifier and Type Method Description JobInformation.VertexInformationJobInformation. getVertexInformation(JobVertexID jobVertexId)Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type JobInformation.VertexInformation Modifier and Type Method Description Iterable<JobInformation.VertexInformation>JobInformation. getVertices()Method parameters in org.apache.flink.runtime.scheduler.adaptive.allocator with type arguments of type JobInformation.VertexInformation Modifier and Type Method Description ResourceCounterSlotAllocator. calculateRequiredSlots(Iterable<JobInformation.VertexInformation> vertices)Calculates the total resources required for scheduling the given vertices.ResourceCounterSlotSharingSlotAllocator. calculateRequiredSlots(Iterable<JobInformation.VertexInformation> vertices)
-