Interface AllocatedSlotPool.FreeSlotInfo
-
- Enclosing interface:
- AllocatedSlotPool
public static interface AllocatedSlotPool.FreeSlotInfoInformation about a free slot.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SlotInfoasSlotInfo()default AllocationIDgetAllocationId()longgetFreeSince()Returns since when this slot is free.
-
-
-
Method Detail
-
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()
-
-