Uses of Interface
org.apache.flink.runtime.scheduler.adaptive.allocator.FreeSlotFunction
-
Packages that use FreeSlotFunction Package Description org.apache.flink.runtime.scheduler.adaptive.allocator -
-
Uses of FreeSlotFunction in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type FreeSlotFunction Modifier and Type Method Description static SlotSharingSlotAllocatorSlotSharingSlotAllocator. createSlotSharingSlotAllocator(ReserveSlotFunction reserveSlot, FreeSlotFunction freeSlotFunction, IsSlotAvailableAndFreeFunction isSlotAvailableAndFreeFunction, boolean localRecoveryEnabled, String executionTarget, boolean minimalTaskManagerPreferred)
-