| Package | Description |
|---|---|
| org.javades.jqueues.r5.extensions.composite |
A state extension for composite queues.
|
| org.javades.jqueues.r5.extensions.gate |
Extensions for queues with a "gate".
|
| org.javades.jqueues.r5.extensions.ost |
A state extension for maintenance of the job obtained service times.
|
| org.javades.jqueues.r5.extensions.qos |
Extensions for multi-class operations (QoS).
|
| org.javades.jqueues.r5.extensions.ratelimit |
A state extension for simple (departure) rate limiting.
|
| org.javades.jqueues.r5.extensions.visitscounter |
A state extension for counting per-job visits to a queue.
|
| org.javades.jqueues.r5.util.predictor.state |
Representation of the state of a queue (bare SimQueue without extensions).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimQueueCompositeStateHandler
A
SimQueueStateHandler for composite queues. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimQueueWithGateStateHandler
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimQueueOSTStateHandler
A
SimQueueStateHandler for maintaining the per-job obtained service time,
group the jobs with identical (within a tolerance) service time,
and index these groups increasing in their members obtained service times. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimQueueQoSStateHandler<J extends SimJob,Q extends SimQueueQoS,P>
A
SimQueueStateHandler for SimQueueQoS. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimQueueRateLimitStateHandler
A
SimQueueStateHandler for simple (arrival/departure) rate limitation. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimQueueVisitsCounterStateHandler
A
SimQueueStateHandler for counting per-job visits to a SimQueue. |
| Modifier and Type | Method and Description |
|---|---|
SimQueueStateHandler |
DefaultSimQueueState.getHandler(String name)
Gets a handler by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSimQueueState.registerHandler(SimQueueStateHandler handler)
Registers a handler.
|
Copyright © 2018. All rights reserved.