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