| Package | Description |
|---|---|
| org.javades.jqueues.r5.util.predictor |
Framework and utility methods for predicting (and testing) the external behavior of queues.
|
| org.javades.jqueues.r5.util.predictor.queues |
Predictors for concrete queue types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSimQueuePrediction_SQ_SV<Q extends SimQueue>
A default implementation of a
SimQueuePrediction_SQ_SV. |
| Modifier and Type | Method and Description |
|---|---|
SimQueuePrediction_SQ_SV<Q> |
AbstractSimQueuePredictor.predict_SQ_SV_IOEL_U(Q queue,
NavigableMap<Double,Set<SimJQEvent>> workloadEventsMap,
NavigableMap<Double,Set<SimJQEvent>> processedEventsMap)
|
SimQueuePrediction_SQ_SV<Q> |
SimQueuePredictor.predict_SQ_SV_IOEL_U(Q queue,
NavigableMap<Double,Set<SimJQEvent>> workloadEventsMap,
NavigableMap<Double,Set<SimJQEvent>> processedEventsMap)
Creates the unique prediction, if possible,
resulting from subjecting a given queue to a given workload
under an Insertion-Order Event List.
|
SimQueuePrediction_SQ_SV<Q> |
AbstractSimQueuePredictor.predict_SQ_SV_ROEL_U(Q queue,
Set<SimJQEvent> workloadEvents)
A default implementation of
SimQueuePredictor.predict_SQ_SV_ROEL_U(Q, java.util.Set<org.javades.jqueues.r5.entity.jq.SimJQEvent>). |
SimQueuePrediction_SQ_SV<Q> |
SimQueuePredictor.predict_SQ_SV_ROEL_U(Q queue,
Set<SimJQEvent> workloadEvents)
Creates the unique prediction, if possible,
resulting from subjecting a given queue to a given workload
under a Random-Order Event List.
|
| Modifier and Type | Method and Description |
|---|---|
SimQueuePrediction_SQ_SV |
SimQueuePredictor_EncHS.predict_SQ_SV_IOEL_U(EncHS queue,
NavigableMap<Double,Set<SimJQEvent>> workloadEventsMap,
NavigableMap<Double,Set<SimJQEvent>> processedEventsMap) |
SimQueuePrediction_SQ_SV |
SimQueuePredictor_Enc.predict_SQ_SV_IOEL_U(Enc queue,
NavigableMap<Double,Set<SimJQEvent>> workloadEventsMap,
NavigableMap<Double,Set<SimJQEvent>> processedEventsMap) |
SimQueuePrediction_SQ_SV |
SimQueuePredictor_EncHS.predict_SQ_SV_ROEL_U(EncHS queue,
Set<SimJQEvent> queueEvents) |
SimQueuePrediction_SQ_SV |
SimQueuePredictor_Enc.predict_SQ_SV_ROEL_U(Enc queue,
Set<SimJQEvent> queueEvents) |
Copyright © 2018. All rights reserved.