Uses of Interface
org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation
Packages that use JobInformation
Package
Description
-
Uses of JobInformation in org.apache.flink.runtime.scheduler.adaptive
Classes in org.apache.flink.runtime.scheduler.adaptive that implement JobInformation -
Uses of JobInformation in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type JobInformationModifier and TypeMethodDescriptionDefaultSlotAssigner.assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations) SlotAssigner.assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations) 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) SlotAllocator.determineParallelism(JobInformation jobInformation, Collection<? extends SlotInfo> slots) Determines the parallelism at which the vertices could be scheduled given the collection of slots.SlotSharingSlotAllocator.determineParallelism(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots) 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.SlotSharingSlotAllocator.determineParallelismAndCalculateAssignment(JobInformation jobInformation, Collection<? extends SlotInfo> slots, JobAllocationsInformation jobAllocationsInformation)