| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq.queue.preemptive |
Preemptive queueing systems.
|
| org.javades.jqueues.r5.util.predictor.queues |
Predictors for concrete queue types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SRTF<J extends SimJob,Q extends SRTF>
The single-server preemptive Shortest-Remaining (Service) Time First (SRTF) queueing discipline.
|
| Modifier and Type | Method and Description |
|---|---|
SRTF<J,Q> |
SRTF.getCopySimQueue()
Returns a new (preemptive)
SRTF object on the same SimEventList and the same preemption strategy. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimQueuePredictor_SRTF.doQueueEvents_SQ_SV_ROEL_U(SRTF queue,
SimQueueState<SimJob,SRTF> queueState,
Set<SimEntitySimpleEventType.Member> queueEventTypes,
Set<JobQueueVisitLog<SimJob,SRTF>> visitLogsSet) |
void |
SimQueuePredictor_SRTF.doWorkloadEvents_SQ_SV_ROEL_U(SRTF queue,
WorkloadSchedule_SQ_SV_ROEL_U workloadSchedule,
SimQueueState<SimJob,SRTF> queueState,
Set<SimEntitySimpleEventType.Member> workloadEventTypes,
Set<JobQueueVisitLog<SimJob,SRTF>> visitLogsSet) |
double |
SimQueuePredictor_SRTF.getNextQueueEventTimeBeyond(SRTF queue,
SimQueueState<SimJob,SRTF> queueState,
Set<SimEntitySimpleEventType.Member> queueEventTypes) |
boolean |
SimQueuePredictor_SRTF.isStartArmed(SRTF queue,
SimQueueState<SimJob,SRTF> queueState) |
void |
SimQueuePredictor_SRTF.updateToTime(SRTF queue,
SimQueueState queueState,
double newTime) |
Copyright © 2018. All rights reserved.