| 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 | Method and Description |
|---|---|
DefaultSimQueueState |
SimQueueCompositeStateHandler.getSubQueueState(int i)
Gets the state of sub-queue with given index.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSimQueuePredictor_Composite_LocalStart.checkSubQueueVisitLogsSet(double time,
Q queue,
SimQueueState<SimJob,Q> queueState,
Set<JobQueueVisitLog<SimJob,Q>> visitLogsSet,
SimQueue subQueue,
int subQueueIndex,
DefaultSimQueueState<SimJob,SimQueue> subQueueState,
Set<JobQueueVisitLog<SimJob,Q>> subQueueVisitLogsSet) |
protected void |
AbstractSimQueuePredictor_Composite_Enc.checkSubQueueVisitLogsSet(double time,
Q queue,
SimQueueState<SimJob,Q> queueState,
Set<JobQueueVisitLog<SimJob,Q>> visitLogsSet,
SimQueue subQueue,
int subQueueIndex,
DefaultSimQueueState<SimJob,SimQueue> subQueueState,
Set<JobQueueVisitLog<SimJob,Q>> subQueueVisitLogsSet) |
void |
SimQueueCompositeStateHandler.initHandler(DefaultSimQueueState queueState) |
void |
SimQueueCompositeStateHandler.resetHandler(DefaultSimQueueState queueState) |
| Constructor and Description |
|---|
SimQueueCompositeStateHandler(Set<SimQueue> subQueues,
Set<DefaultSimQueueState> subQueueStates)
Creates the state handler for composite queues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimQueueWithGateStateHandler.initHandler(DefaultSimQueueState queueState) |
void |
SimQueueWithGateStateHandler.resetHandler(DefaultSimQueueState queueState) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimQueueOSTStateHandler.initHandler(DefaultSimQueueState queueState) |
void |
SimQueueOSTStateHandler.resetHandler(DefaultSimQueueState queueState) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimQueueQoSStateHandler.initHandler(DefaultSimQueueState queueState) |
void |
SimQueueQoSStateHandler.resetHandler(DefaultSimQueueState queueState) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimQueueRateLimitStateHandler.initHandler(DefaultSimQueueState queueState) |
void |
SimQueueRateLimitStateHandler.resetHandler(DefaultSimQueueState queueState) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimQueueVisitsCounterStateHandler.initHandler(DefaultSimQueueState queueState) |
void |
SimQueueVisitsCounterStateHandler.resetHandler(DefaultSimQueueState queueState) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimQueueStateHandler.initHandler(DefaultSimQueueState queueState)
Initializes the handler, and passes the
DefaultSimQueueState object. |
void |
SimQueueStateHandler.resetHandler(DefaultSimQueueState queueState)
Resets the (state represented by) this handler.
|
Copyright © 2018. All rights reserved.