Uses of Interface
org.apache.flink.runtime.resourcemanager.slotmanager.SlotMatchingStrategy
-
Packages that use SlotMatchingStrategy Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of SlotMatchingStrategy in org.apache.flink.runtime.resourcemanager.slotmanager
Classes in org.apache.flink.runtime.resourcemanager.slotmanager that implement SlotMatchingStrategy Modifier and Type Class Description classAnyMatchingSlotMatchingStrategySlotMatchingStrategywhich picks the first matching slot.classLeastUtilizationSlotMatchingStrategySlotMatchingStrategywhich picks a matching slot from a TaskExecutor with the least utilization.Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return SlotMatchingStrategy Modifier and Type Method Description SlotMatchingStrategySlotManagerConfiguration. getSlotMatchingStrategy()Constructors in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type SlotMatchingStrategy Constructor Description SlotManagerConfiguration(org.apache.flink.api.common.time.Time taskManagerRequestTimeout, org.apache.flink.api.common.time.Time taskManagerTimeout, java.time.Duration requirementCheckDelay, java.time.Duration declareNeededResourceDelay, boolean waitResultConsumedBeforeRelease, SlotMatchingStrategy slotMatchingStrategy, boolean evenlySpreadOutSlots, WorkerResourceSpec defaultWorkerResourceSpec, int numSlotsPerWorker, int maxSlotNum, org.apache.flink.api.common.resources.CPUResource maxTotalCpu, org.apache.flink.configuration.MemorySize maxTotalMem, int redundantTaskManagerNum)
-