| 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.entity.jq.job.selflistening |
A self-listening job type and a factory for it.
|
| org.javades.jqueues.r5.entity.jq.job.visitslogging |
A job that logs its queue visits and a factory for it.
|
| org.javades.jqueues.r5.extensions.qos |
Extensions for multi-class operations (QoS).
|
| org.javades.jqueues.r5.misc.example |
Examples using the jqueues library.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimJobQoSFactory<J extends SimJobQoS,Q extends SimQueue,P extends Comparable>
A factory for
SimJobQoSs. |
| 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 | Class and Description |
|---|---|
class |
DefaultSelfListeningSimJobQoS<J extends DefaultSelfListeningSimJobQoS,Q extends SimQueue,P extends Comparable>
A
DefaultSelfListeningSimJob with explicit QoS support. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVisitsLoggingSimJobQoS<J extends DefaultVisitsLoggingSimJobQoS,Q extends SimQueue,P extends Comparable>
A
DefaultVisitsLoggingSimJob with explicit QoS support. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimJobQoS<J extends SimJobQoS,Q extends SimQueue,P>
A
SimJob with explicit QoS support. |
| 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.