| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq.queue.nonpreemptive |
Fundamental non-preemptive queueing systems like FCFS and LCFS.
|
| org.javades.jqueues.r5.util.predictor.queues |
Predictors for concrete queue types.
|
| Class and Description |
|---|
| AbstractNonPreemptiveWorkConservingSimQueue
An abstract base class for non-preemptive work-conserving queueing disciplines.
|
| FCFS
The single-server
FCFS queue serves jobs one at a time in order of arrival times. |
| FCFS_B
A
FCFS queue with given (possibly infinite) buffer size. |
| FCFS_B_c
A
FCFS queue with fixed (possibly infinite) buffer size and fixed (possibly infinite) number of servers. |
| FCFS_c
The
FCFS_c queueing system serves jobs in order of arrival times with multiple servers. |
| IC
The
IC queue serves all jobs in zero time. |
| IS
The
IS queue serves all jobs simultaneously. |
| IS_CST
The
IS_CST queue serves all jobs simultaneously with fixed job-independent service times. |
| LCFS
The
LCFS queue serves jobs one at a time in reverse order of arrival times. |
| LCFS_B
A
LCFS queue with given (possibly infinite) buffer size. |
| LJF
The
LJF queue serves jobs one at a time in order of descending requested service times. |
| NoBuffer_c
The
NoBuffer_c queueing system serves jobs with multiple servers but has no buffer space (i.c., no wait queue). |
| RANDOM
The
RANDOM queue serves jobs one at a time in random order. |
| SJF
The
SJF queue serves jobs one at a time in order of ascending requested service times. |
| SUR
A queueing discipline that takes jobs into service immediately (given server-access credits)
and serves then until the next arrival, at which point they depart.
|
| Class and Description |
|---|
| SUR
A queueing discipline that takes jobs into service immediately (given server-access credits)
and serves then until the next arrival, at which point they depart.
|
Copyright © 2018. All rights reserved.