Uses of Class
org.apache.flink.runtime.scheduler.adaptive.allocator.ReservedSlots
-
Packages that use ReservedSlots Package Description org.apache.flink.runtime.scheduler.adaptive.allocator -
-
Uses of ReservedSlots in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return ReservedSlots Modifier and Type Method Description static ReservedSlots
ReservedSlots. create(Map<ExecutionVertexID,LogicalSlot> assignedSlots)
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type ReservedSlots Modifier and Type Method Description Optional<ReservedSlots>
SlotAllocator. tryReserveResources(JobSchedulingPlan jobSchedulingPlan)
Reserves slots according to the given assignment if possible.Optional<ReservedSlots>
SlotSharingSlotAllocator. tryReserveResources(JobSchedulingPlan jobSchedulingPlan)
-