See: Description
| Interface | Description |
|---|---|
| SimQueueCatchUpSimpleEventType |
A simple representation of a
SimJQEvent specific to a "catch up" in (e.g.) CUPSs. |
| Class | Description |
|---|---|
| AbstractEgalitarianProcessorSharingSimQueue<J extends SimJob,Q extends AbstractEgalitarianProcessorSharingSimQueue> |
An abstract base class for egalitarian processor-sharing queueing disciplines.
|
| AbstractProcessorSharingSimQueue<J extends SimJob,Q extends AbstractProcessorSharingSimQueue> |
An abstract base class for (generalized) processor-sharing queueing disciplines
for
SimJobs. |
| CUPS<J extends SimJob,Q extends CUPS> |
The "catch-up" single-server
CUPS queue serves all jobs with the least obtained service time simultaneously,
equally distributing its service capacity among them. |
| CUPS.CatchUpEvent |
A schedule-able
SimEvent for catch-ups of which a single instance is used throughout in this class. |
| PS<J extends SimJob,Q extends PS> |
The single-server
PS queue serves all jobs simultaneously, equally distributing its service capacity. |
| SimQueueCatchUpEvent<J extends SimJob,Q extends SimQueue> |
A catch-up
SimEvent at a queue. |
| SocPS<J extends SimJob,Q extends SocPS> |
The single-server "social processor-sharing" queue serves jobs in the service area simultaneously
such that they all depart at the same time,
distributing its service capacity to that effect.
|
Copyright © 2018. All rights reserved.