Q - The type of SimQueues supported.public interface SimQueuePrediction_SQ_SV<Q extends SimQueue>
SimQueue
under a (presumed) workload in which each SimJob visits the queue at most once.Copyright (C) 2005-2017 Jan de Jongh, TNO
This file is covered by the LICENSE file in the root of this project.
| Modifier and Type | Method and Description |
|---|---|
Q |
getQueue()
Returns the
SimQueue for which this prediction was generated. |
List<Map<Double,Boolean>> |
getQueueAccessVacationLog()
Returns the predicted queue-access vacation (changes).
|
List<Map<Double,Boolean>> |
getServerAccessCreditsAvailabilityLog()
Returns the predicted server-access-credits availability.
|
List<Map<Double,Boolean>> |
getStartArmedLog()
Returns the predicted
StartArmed (changes). |
Map<SimJob,JobQueueVisitLog<SimJob,Q>> |
getVisitLogs()
Gets the predicted of job-visits (at most one per job).
|
Q getQueue()
SimQueue for which this prediction was generated.SimQueue for which this prediction was generated.Map<SimJob,JobQueueVisitLog<SimJob,Q>> getVisitLogs()
JobQueueVisitLog .List<Map<Double,Boolean>> getQueueAccessVacationLog()
List<Map<Double,Boolean>> getServerAccessCreditsAvailabilityLog()
Copyright © 2018. All rights reserved.