Uses of Interface
org.apache.flink.runtime.scheduler.adaptive.allocator.SlotAssigner
-
Packages that use SlotAssigner Package Description org.apache.flink.runtime.scheduler.adaptive.allocator -
-
Uses of SlotAssigner in org.apache.flink.runtime.scheduler.adaptive.allocator
Classes in org.apache.flink.runtime.scheduler.adaptive.allocator that implement SlotAssigner Modifier and Type Class Description classDefaultSlotAssignerSimpleSlotAssignerthat treats all slots and slot sharing groups equally.classStateLocalitySlotAssignerASlotAssignerthat assigns slots based on the number of local key groups.
-