public class SimQueuePredictor_Tandem<Q extends Tandem> extends AbstractSimQueuePredictor_Composite_LocalStart<Q> implements SimQueuePredictor<Q>
SimQueuePredictor for Tandem.Copyright (C) 2005-2017 Jan de Jongh, TNO
This file is covered by the LICENSE file in the root of this project.
AbstractSimQueuePredictor_Composite.SubQueueSimpleEventsubQueuePredictors| Constructor and Description |
|---|
SimQueuePredictor_Tandem(List<AbstractSimQueuePredictor> subQueuePredictors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStartArmed(Q queue,
SimQueueState<SimJob,Q> queueState)
Checks whether a given state represents
StartArmed on given queue. |
String |
toString() |
checkSubQueueVisitLogsSet, createQueueState, departJobs, doQueueEvents_SQ_SV_ROEL_U, doWorkloadEvents_SQ_SV_ROEL_U, dropJobs, getNextQueueEventTimeBeyond, revokeJobs, startJobs, updateToTimeis_ROEL_U_UnderWorkloadQueueEventClashes, is_U_UnderWorkloadQueueEventClashes, predict_SQ_SV_IOEL_U, predict_SQ_SV_ROEL_Uclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmatchVisitLogs_SQ_SV, predict_SQ_SV_IOEL_U, predict_SQ_SV_ROEL_UcreateQueueState, createWorkloadSchedule_SQ_SV_ROEL_U, createWorkloadSchedule_SQ_SV, doQueueEvents_SQ_SV_ROEL_U, doWorkloadEvents_SQ_SV_ROEL_U, doWorkloadEvents_SQ_SV, getNextQueueEventTimeBeyond, updateToTimehasServerAccessCredits, isQueueAccessVacationpublic SimQueuePredictor_Tandem(List<AbstractSimQueuePredictor> subQueuePredictors)
public boolean isStartArmed(Q queue, SimQueueState<SimJob,Q> queueState)
SimQueueStatePredictorStartArmed on given queue.isStartArmed in interface SimQueueStatePredictor<Q extends Tandem>queue - The queue.queueState - The queue state, non-null.StartArmed at given queue.Copyright © 2018. All rights reserved.