Interface AllocatedSlotPool.FreeSlotInfo

Enclosing interface:
AllocatedSlotPool

public static interface AllocatedSlotPool.FreeSlotInfo
Information about a free slot.
  • Method Details

    • asSlotInfo

      SlotInfo asSlotInfo()
    • getFreeSince

      long getFreeSince()
      Returns since when this slot is free.
      Returns:
      the time since when the slot is free
    • getAllocationId

      default AllocationID getAllocationId()