| Package | Description |
|---|---|
| org.javades.jqueues.r5.util.predictor.workload |
Representations for the workload on one or more queues for ease of predicting their behavior.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<SimJob,Double> |
WorkloadSchedule_SQ_SV.getArrivalTimesMap_SQ_SV()
Gets the arrival time for each job visiting the queue.
|
default Map<SimJob,List<Double>> |
WorkloadSchedule_SQ.getArrivalTimesMap_SQ()
Gets the arrival times indexed by job at the queue.
|
default NavigableMap<Double,SimJob> |
WorkloadSchedule_SQ_SV_ROEL_U.getJobArrivalsMap_SQ_SV_ROEL_U()
Gets the job arrivals indexed by time at the queue.
|
default NavigableMap<Double,List<SimJob>> |
WorkloadSchedule_SQ.getJobArrivalsMap_SQ()
Gets the job arrivals indexed by time at the queue.
|
default NavigableMap<Double,Map<SimJob,Boolean>> |
WorkloadSchedule_SQ_SV_ROEL_U.getJobRevocationsMap_SQ_SV_ROEL_U()
Gets the job revocations indexed by time at the queue.
|
default NavigableMap<Double,List<Map<SimJob,Boolean>>> |
WorkloadSchedule_SQ.getJobRevocationsMap_SQ()
Gets the job revocations indexed by time at the queue.
|
default SimQueue |
WorkloadSchedule_SQ.getQueue()
Gets the queue to which this workload representation applies.
|
default NavigableMap<Double,Boolean> |
WorkloadSchedule_SQ_SV_ROEL_U.getQueueAccessVacationMap_SQ_SV_ROEL_U()
Returns the queue-access vacation settings in time for the queue.
|
default NavigableMap<Double,List<Boolean>> |
WorkloadSchedule_SQ.getQueueAccessVacationMap_SQ()
Returns the queue-access vacation settings in time for the queue.
|
default Map<SimJob,Map<Double,Boolean>> |
WorkloadSchedule_SQ_SV_ROEL_U.getRevocationTimesMap_SQ_SV_ROEL_U()
Gets the job revocations indexed by time at the queue.
|
default Map<SimJob,List<Map<Double,Boolean>>> |
WorkloadSchedule_SQ.getRevocationTimesMap_SQ()
Gets the revocation times indexed by job at the queue.
|
default NavigableMap<Double,Integer> |
WorkloadSchedule_SQ_SV_ROEL_U.getServerAccessCreditsMap_SQ_SV_ROEL_U()
Returns the server-access-credits settings in time for the queue.
|
default NavigableMap<Double,List<Integer>> |
WorkloadSchedule_SQ.getServerAccessCreditsMap_SQ()
Returns the server-access-credits settings in time for the queue.
|
default boolean |
WorkloadSchedule.isUnambiguous_ROEL()
Determines whether the workload is unambiguous under a ROEL (Random-Order Event List).
|
Copyright © 2018. All rights reserved.