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