Interface AllocatedSlotPool.AllocatedSlotsAndReservationStatus
-
- Enclosing interface:
- AllocatedSlotPool
public static interface AllocatedSlotPool.AllocatedSlotsAndReservationStatus
A collection ofAllocatedSlots
and their reservation status.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot>
getAllocatedSlots()
boolean
wasFree(AllocationID allocatedSlot)
-
-
-
Method Detail
-
wasFree
boolean wasFree(AllocationID allocatedSlot)
-
getAllocatedSlots
Collection<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot> getAllocatedSlots()
-
-