Uses of Class
org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation
-
Packages that use JobAllocationsInformation Package Description org.apache.flink.runtime.scheduler.adaptive.allocator -
-
Uses of JobAllocationsInformation in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return JobAllocationsInformation Modifier and Type Method Description static JobAllocationsInformationJobAllocationsInformation. empty()static JobAllocationsInformationJobAllocationsInformation. fromGraphAndState(ExecutionGraph graph, CompletedCheckpoint latestCheckpoint)Methods in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type JobAllocationsInformation 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)Collection<org.apache.flink.runtime.scheduler.adaptive.allocator.StateLocalitySlotAssigner.AllocationScore>StateLocalitySlotAssigner. calculateScore(org.apache.flink.runtime.scheduler.adaptive.allocator.SlotSharingSlotAllocator.ExecutionSlotSharingGroup group, Map<JobVertexID,Integer> parallelism, JobInformation jobInformation, JobAllocationsInformation previousAllocations)Optional<JobSchedulingPlan>SlotAllocator. determineParallelismAndCalculateAssignment(JobInformation jobInformation, Collection<? extends SlotInfo> slots, JobAllocationsInformation jobAllocationsInformation)Same asSlotAllocator.determineParallelism(JobInformation, Collection)but additionally determine assignment of slots to execution slot sharing groups.Optional<JobSchedulingPlan>SlotSharingSlotAllocator. determineParallelismAndCalculateAssignment(JobInformation jobInformation, Collection<? extends SlotInfo> slots, JobAllocationsInformation jobAllocationsInformation)
-