| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq.queue.processorsharing |
Processor-sharing queueing systems.
|
| org.javades.jqueues.r5.util.predictor.queues |
Predictors for concrete queue types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Method and Description |
|---|---|
CUPS<J,Q> |
CUPS.getCopySimQueue()
Returns a new
CUPS object on the same SimEventList. |
| Constructor and Description |
|---|
CatchUpEvent(CUPS queue,
double catchUpTime,
org.javades.jsimulation.r5.SimEventAction action)
Creates a new catch-up event.
|
| Modifier and Type | Method and Description |
|---|---|
SimQueueState<SimJob,CUPS> |
SimQueuePredictor_CUPS.createQueueState(CUPS queue,
boolean isROEL)
Registers a new
SimQueueOSTStateHandler at the object created by super method. |
| Modifier and Type | Method and Description |
|---|---|
SimQueueState<SimJob,CUPS> |
SimQueuePredictor_CUPS.createQueueState(CUPS queue,
boolean isROEL)
Registers a new
SimQueueOSTStateHandler at the object created by super method. |
void |
SimQueuePredictor_CUPS.doQueueEvents_SQ_SV_ROEL_U(CUPS queue,
SimQueueState<SimJob,CUPS> queueState,
Set<SimEntitySimpleEventType.Member> queueEventTypes,
Set<JobQueueVisitLog<SimJob,CUPS>> visitLogsSet) |
void |
SimQueuePredictor_CUPS.doWorkloadEvents_SQ_SV_ROEL_U(CUPS queue,
WorkloadSchedule_SQ_SV_ROEL_U workloadSchedule,
SimQueueState<SimJob,CUPS> queueState,
Set<SimEntitySimpleEventType.Member> workloadEventTypes,
Set<JobQueueVisitLog<SimJob,CUPS>> visitLogsSet) |
double |
SimQueuePredictor_CUPS.getNextQueueEventTimeBeyond(CUPS queue,
SimQueueState<SimJob,CUPS> queueState,
Set<SimEntitySimpleEventType.Member> queueEventTypes) |
boolean |
SimQueuePredictor_CUPS.isStartArmed(CUPS queue,
SimQueueState<SimJob,CUPS> queueState) |
void |
SimQueuePredictor_CUPS.updateToTime(CUPS queue,
SimQueueState queueState,
double newTime) |
Copyright © 2018. All rights reserved.