Uses of Class
org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelism
-
-
Uses of VertexParallelism in org.apache.flink.runtime.jobgraph.jsonplan
Methods in org.apache.flink.runtime.jobgraph.jsonplan with parameters of type VertexParallelism Modifier and Type Method Description static StringJsonPlanGenerator. generatePlan(org.apache.flink.api.common.JobID jobID, String jobName, JobType jobType, Iterable<JobVertex> vertices, VertexParallelism vertexParallelism) -
Uses of VertexParallelism in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return VertexParallelism Modifier and Type Method Description VertexParallelismJobSchedulingPlan. getVertexParallelism()Constructors in org.apache.flink.runtime.scheduler.adaptive with parameters of type VertexParallelism Constructor Description JobSchedulingPlan(VertexParallelism vertexParallelism, Collection<JobSchedulingPlan.SlotAssignment> slotAssignments) -
Uses of VertexParallelism in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return VertexParallelism Modifier and Type Method Description static VertexParallelismVertexParallelism. empty()Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type VertexParallelism Modifier and Type Method Description Optional<VertexParallelism>SlotAllocator. determineParallelism(JobInformation jobInformation, Collection<? extends SlotInfo> slots)Determines the parallelism at which the vertices could be scheduled given the collection of slots.Optional<VertexParallelism>SlotSharingSlotAllocator. determineParallelism(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots)Methods in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type VertexParallelism Modifier and Type Method Description Collection<JobSchedulingPlan.SlotAssignment>DefaultSlotAssigner. assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations)Collection<JobSchedulingPlan.SlotAssignment>SlotAssigner. assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations)Collection<JobSchedulingPlan.SlotAssignment>StateLocalitySlotAssigner. assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations) -
Uses of VertexParallelism in org.apache.flink.runtime.scheduler.adaptive.scalingpolicy
Methods in org.apache.flink.runtime.scheduler.adaptive.scalingpolicy with parameters of type VertexParallelism Modifier and Type Method Description booleanEnforceMinimalIncreaseRescalingController. shouldRescale(VertexParallelism currentParallelism, VertexParallelism newParallelism)booleanRescalingController. shouldRescale(VertexParallelism currentParallelism, VertexParallelism newParallelism)This method gets called whenever new resources orresource requirementsare available and the scheduler needs to design whether to rescale or not.
-