the controller/scheduler that this event is a part of
the extension to distinguish the wait queues
the capacity of the queue (defaults to unbounded)
Add the entity 'ent' in the wait queue and record when waiting started.
Add the entity 'ent' in the wait queue and record when waiting started.
Return the number entities barred because of this wait queue being full.
the capacity of the queue (defaults to unbounded)
Dequeue the first entity from the wait queue and record the time in the wait queue.
Dequeue the first entity from the wait queue and record the time in the wait queue.
the controller/scheduler that this event is a part of
the extension to distinguish the wait queues
The number in Queue (l_q) time-persistent statistics
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
The time in Queue (t_q) sample statistics
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
The
WaitQueue
class is used to hold entities waiting for service and collect statistics on waiting times. When the queue is full, entities are 'barred' from entering the queue.the controller/scheduler that this event is a part of
the extension to distinguish the wait queues
the capacity of the queue (defaults to unbounded)