Uses of Class
org.apache.flink.runtime.scheduler.adaptive.allocator.SlotSharingSlotAllocator
-
Packages that use SlotSharingSlotAllocator Package Description org.apache.flink.runtime.scheduler.adaptive org.apache.flink.runtime.scheduler.adaptive.allocator -
-
Uses of SlotSharingSlotAllocator in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return SlotSharingSlotAllocator Modifier and Type Method Description static SlotSharingSlotAllocatorAdaptiveSchedulerFactory. createSlotSharingSlotAllocator(DeclarativeSlotPool declarativeSlotPool, boolean localRecoveryEnabled) -
Uses of SlotSharingSlotAllocator in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return SlotSharingSlotAllocator Modifier and Type Method Description static SlotSharingSlotAllocatorSlotSharingSlotAllocator. createSlotSharingSlotAllocator(ReserveSlotFunction reserveSlot, FreeSlotFunction freeSlotFunction, IsSlotAvailableAndFreeFunction isSlotAvailableAndFreeFunction, boolean localRecoveryEnabled)
-