Uses of Class
org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelism
-
Packages that use VertexParallelism Package Description org.apache.flink.runtime.jobgraph.jsonplan org.apache.flink.runtime.scheduler.adaptive org.apache.flink.runtime.scheduler.adaptive.allocator -
-
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()Methods in org.apache.flink.runtime.scheduler.adaptive that return types with arguments of type VertexParallelism Modifier and Type Method Description Optional<VertexParallelism>AdaptiveScheduler. getAvailableVertexParallelism()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)
-