Interface AllocatedSlotPool.AllocatedSlotsAndReservationStatus
-
- Enclosing interface:
- AllocatedSlotPool
public static interface AllocatedSlotPool.AllocatedSlotsAndReservationStatusA collection ofAllocatedSlotsand 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()booleanwasFree(AllocationID allocatedSlot)
-
-
-
Method Detail
-
wasFree
boolean wasFree(AllocationID allocatedSlot)
-
getAllocatedSlots
Collection<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot> getAllocatedSlots()
-
-