Uses of Interface
org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation.VertexInformation
Packages that use JobInformation.VertexInformation
Package
Description
-
Uses of JobInformation.VertexInformation in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return JobInformation.VertexInformationModifier and TypeMethodDescriptionJobGraphJobInformation.getVertexInformation(JobVertexID jobVertexId) Methods in org.apache.flink.runtime.scheduler.adaptive that return types with arguments of type JobInformation.VertexInformation -
Uses of JobInformation.VertexInformation in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return JobInformation.VertexInformationMethods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type JobInformation.VertexInformationMethod parameters in org.apache.flink.runtime.scheduler.adaptive.allocator with type arguments of type JobInformation.VertexInformationModifier and TypeMethodDescriptionSlotAllocator.calculateRequiredSlots(Iterable<JobInformation.VertexInformation> vertices) Calculates the total resources required for scheduling the given vertices.SlotSharingSlotAllocator.calculateRequiredSlots(Iterable<JobInformation.VertexInformation> vertices)