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