| 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 | Interface and Description |
|---|---|
interface |
WorkloadSchedule_SQ
A representation of a schedule of workload and state-setting events for a single
SimQueue. |
interface |
WorkloadSchedule_SQ_SV
A representation of a schedule of workload and state-setting events for a single
SimQueue (SQ) with jobs visiting that
queue exactly once (SV). |
interface |
WorkloadSchedule_SQ_SV_ROEL_U
A representation of an unambiguous (U) schedule of workload and state-setting events for a single
SimQueue
(SQ) with jobs visiting that queue exactly once (SV) and assuming an underlying Random-Order Event List (ROEL). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWorkloadSchedule
A default implementation of
WorkloadSchedule. |
class |
DefaultWorkloadSchedule_SQ_SV
A default implementation of
WorkloadSchedule_SQ_SV. |
class |
DefaultWorkloadSchedule_SQ_SV_ROEL_U
A default implementation of
WorkloadSchedule_SQ_SV_ROEL_U. |
Copyright © 2018. All rights reserved.