Interface AllocatedSlotPool.AllocatedSlotsAndReservationStatus

Enclosing interface:
AllocatedSlotPool

public static interface AllocatedSlotPool.AllocatedSlotsAndReservationStatus
A collection of AllocatedSlots and their reservation status.
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot>
     
    boolean
    wasFree(AllocationID allocatedSlot)
     
  • Method Details

    • wasFree

      boolean wasFree(AllocationID allocatedSlot)
    • getAllocatedSlots

      Collection<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot> getAllocatedSlots()