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