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