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