Interface AllocatedSlotPool.AllocatedSlotsAndReservationStatus
- Enclosing interface:
- AllocatedSlotPool
public static interface AllocatedSlotPool.AllocatedSlotsAndReservationStatus
A collection of
AllocatedSlots and their reservation status.-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot>booleanwasFree(AllocationID allocatedSlot)
-
Method Details
-
wasFree
-
getAllocatedSlots
Collection<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot> getAllocatedSlots()
-