See: Description
| Class | Description |
|---|---|
| AbstractPreemptiveSimQueueQoS<J extends SimJob,Q extends AbstractPreemptiveSimQueueQoS,P extends Comparable> |
An abstract base class for preemptive single-server queueing disciplines with explicit QoS support.
|
| AbstractSimQueueQoS<J extends SimJob,Q extends AbstractSimQueueQoS,P extends Comparable> |
A partial implementation of
SimQueueQoS based upon AbstractSimQueue. |
| HOL<J extends SimJob,Q extends HOL,P extends Comparable> |
The Head-of-the-Line (HOL) queueing discipline.
|
| HOL_PS<J extends SimJob,Q extends HOL_PS,P> |
The single-server
HOL_PS queue serves all jobs in the service area simultaneously,
equally distributing its service capacity, but only admits a single job of each QoS class to the service area. |
| PQ<J extends SimJob,Q extends PQ,P extends Comparable> |
The Priority-Queueing queueing discipline with a single server and infinite buffer size.
|
| SimQueueQoSUtils |
Utility methods related to QoS.
|
Copyright © 2018. All rights reserved.