AllocationIfc

interface AllocationIfc

Inheritors

Properties

Link copied to clipboard
abstract val amount: Int

The amount of the allocation representing the units allocated of the resource

Link copied to clipboard
abstract val amountReleased: Int

The amount of the allocation that has been released

Link copied to clipboard
abstract val id: Int
Link copied to clipboard
abstract val isAllocated: Boolean

True if the allocation is currently allocated to a resource

Link copied to clipboard
abstract val isDeallocated: Boolean

True if no units are allocated

Link copied to clipboard
abstract val name: String?

An optional name for the allocation

Link copied to clipboard

The queue that held the request associated with the allocation

Link copied to clipboard
abstract val resource: ResourceCIfc

The resource associated with the allocation

Link copied to clipboard
abstract val timeAllocated: Double

The time that the allocation was allocated to its resource

Link copied to clipboard
abstract val timeDeallocated: Double

The time that the allocation was deallocated

Link copied to clipboard

The total elapsed time since allocation if not yet deallocated. If deallocated, the total time between de-allocation and allocation