| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq.job.qos |
A default job type with QoS support and a factory for it.
|
| org.javades.jqueues.r5.misc.example |
Examples using the jqueues library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSimJobQoS<J extends DefaultSimJobQoS,Q extends SimQueue,P extends Comparable>
A
DefaultSimJob with explicit QoS support. |
| Modifier and Type | Method and Description |
|---|---|
DefaultSimJobQoS |
DefaultSimJobQoSFactory.newInstance(org.javades.jsimulation.r5.SimEventList eventList,
String name,
Map<Q,Double> requestedServiceTimeMap)
Returns a new
DefaultSimJobQoS without QoS support with given parameters. |
DefaultSimJobQoS |
DefaultSimJobQoSFactory.newInstance(org.javades.jsimulation.r5.SimEventList eventList,
String name,
Map<Q,Double> requestedServiceTimeMap,
Class<? extends P> qosClass,
P qos)
Returns a new
DefaultSimJobQoS with explicit QoS support with given parameters. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExampleSimJobQoS<J extends DefaultExampleSimJobQoS,Q extends SimQueue,P extends Comparable>
Implementation of
SimJobQoS used (as starting point) in (most of) the examples. |
Copyright © 2018. All rights reserved.