Interface AllocatedSlotPool.FreeSlotInfo
- Enclosing interface:
- AllocatedSlotPool
public static interface AllocatedSlotPool.FreeSlotInfo
Information about a free slot.
-
Method Summary
Modifier and TypeMethodDescriptiondefault AllocationIDlongReturns since when this slot is free.
-
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
-