Uses of Class
org.apache.flink.runtime.resourcemanager.slotmanager.LeastUtilizationSlotMatchingStrategy
-
Packages that use LeastUtilizationSlotMatchingStrategy Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of LeastUtilizationSlotMatchingStrategy in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return LeastUtilizationSlotMatchingStrategy Modifier and Type Method Description static LeastUtilizationSlotMatchingStrategyLeastUtilizationSlotMatchingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static LeastUtilizationSlotMatchingStrategy[]LeastUtilizationSlotMatchingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-