Uses of Interface
org.apache.flink.runtime.scheduler.loading.LoadingWeight
-
-
Uses of LoadingWeight in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return LoadingWeight Modifier and Type Method Description LoadingWeightPhysicalSlotRequest. getLoading()Method parameters in org.apache.flink.runtime.jobmaster.slotpool with type arguments of type LoadingWeight Modifier and Type Method Description Collection<RequestSlotMatchingStrategy.RequestSlotMatch>PreferredAllocationRequestSlotMatchingStrategy. matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests, Map<ResourceID,LoadingWeight> taskExecutorsLoadingWeight)Collection<RequestSlotMatchingStrategy.RequestSlotMatch>RequestSlotMatchingStrategy. matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests, Map<ResourceID,LoadingWeight> taskExecutorsLoadingWeight)Match the given slots with the given collection of pending requests.Collection<RequestSlotMatchingStrategy.RequestSlotMatch>SimpleRequestSlotMatchingStrategy. matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests, Map<ResourceID,LoadingWeight> taskExecutorsLoadingWeight)Collection<RequestSlotMatchingStrategy.RequestSlotMatch>TasksBalancedRequestSlotMatchingStrategy. matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests, Map<ResourceID,LoadingWeight> taskExecutorsLoad)Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type LoadingWeight Constructor Description PhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, LoadingWeight loadingWeight, boolean slotWillBeOccupiedIndefinitely) -
Uses of LoadingWeight in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return LoadingWeight Modifier and Type Method Description LoadingWeightExecutionSlotSharingGroup. getLoading() -
Uses of LoadingWeight in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return LoadingWeight Modifier and Type Method Description LoadingWeightSlotSharingSlotAllocator.ExecutionSlotSharingGroup. getLoading() -
Uses of LoadingWeight in org.apache.flink.runtime.scheduler.loading
Classes in org.apache.flink.runtime.scheduler.loading that implement LoadingWeight Modifier and Type Class Description classDefaultLoadingWeightThe default implementation ofLoadingWeight.Fields in org.apache.flink.runtime.scheduler.loading declared as LoadingWeight Modifier and Type Field Description static LoadingWeightDefaultLoadingWeight. EMPTYMethods in org.apache.flink.runtime.scheduler.loading that return LoadingWeight Modifier and Type Method Description LoadingWeightWeightLoadable. getLoading()Get the loading weight.LoadingWeightDefaultLoadingWeight. merge(LoadingWeight other)LoadingWeightLoadingWeight. merge(LoadingWeight other)Merge the other loading weight and this one into a new object.Methods in org.apache.flink.runtime.scheduler.loading with parameters of type LoadingWeight Modifier and Type Method Description intDefaultLoadingWeight. compareTo(LoadingWeight o)LoadingWeightDefaultLoadingWeight. merge(LoadingWeight other)LoadingWeightLoadingWeight. merge(LoadingWeight other)Merge the other loading weight and this one into a new object.
-