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