| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq |
Top-level package for all queues (
SimQueue) and jobs (SimJob). |
| org.javades.jqueues.r5.entity.jq.job |
Top-level package for jobs (
SimJob). |
| 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.entity.jq.queue |
Top-level package for queues (
SimQueue). |
| org.javades.jqueues.r5.entity.jq.queue.composite |
Composite queues consist of a fixed set of other, "embedded", queues also known as sub-queues.
|
| org.javades.jqueues.r5.entity.jq.queue.composite.collector |
Collector queueing systems.
|
| org.javades.jqueues.r5.entity.jq.queue.composite.ctandem2 |
Compressed dual-tandem queueing system.
|
| org.javades.jqueues.r5.entity.jq.queue.composite.enc |
Encapsulator queueing system.
|
| org.javades.jqueues.r5.entity.jq.queue.composite.feedback |
Feedback queueing systems (with single sub-queue).
|
| org.javades.jqueues.r5.entity.jq.queue.composite.jackson |
Jackson networks.
|
| org.javades.jqueues.r5.entity.jq.queue.composite.parallel |
Parallel queues.
|
| org.javades.jqueues.r5.entity.jq.queue.composite.tandem |
Tandem (serial) queues.
|
| org.javades.jqueues.r5.entity.jq.queue.nonpreemptive |
Fundamental non-preemptive queueing systems like FCFS and LCFS.
|
| org.javades.jqueues.r5.entity.jq.queue.preemptive |
Preemptive queueing systems.
|
| org.javades.jqueues.r5.entity.jq.queue.processorsharing |
Processor-sharing queueing systems.
|
| org.javades.jqueues.r5.entity.jq.queue.qos |
Queueing systems with (explicit) QoS support.
|
| org.javades.jqueues.r5.entity.jq.queue.serverless |
Serverless queueing systems.
|
| org.javades.jqueues.r5.event.map |
Various map views on sets of events.
|
| org.javades.jqueues.r5.extensions.composite |
A state extension for composite queues.
|
| org.javades.jqueues.r5.extensions.gate |
Extensions for queues with a "gate".
|
| org.javades.jqueues.r5.extensions.qos |
Extensions for multi-class operations (QoS).
|
| org.javades.jqueues.r5.extensions.ratelimit |
A state extension for simple (departure) rate limiting.
|
| org.javades.jqueues.r5.listener |
Various listener implementations.
|
| org.javades.jqueues.r5.misc.example |
Examples using the jqueues library.
|
| org.javades.jqueues.r5.util.loadfactory |
Framework for generating a "workload" on one or more queues.
|
| org.javades.jqueues.r5.util.loadfactory.pattern |
(Test) Patterns of workloads for queues.
|
| 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.
|
| org.javades.jqueues.r5.util.predictor.state |
Representation of the state of a queue (bare SimQueue without extensions).
|
| org.javades.jqueues.r5.util.predictor.workload |
Representations for the workload on one or more queues for ease of predicting their behavior.
|
| org.javades.jqueues.r5.util.stat |
Adds (extensible) statistics to queues in the jqueues package.
|
| org.javades.jqueues.r5.util.swing |
Swing components related to jqueues, including a generic SimQueue JComponent.
|
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractClassicSimQueue
An abstract base class sub-classing
AbstractSimQueue
for "classic" queueing-system models with a buffer size (possibly zero or infinite)
and a fixed number of servers (possibly zero or infinite). |
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| SimQueue.AutoRevocationPolicy
The auto-revocation policy.
|
| SimQueueEvent |
| SimQueueEvent.Operation |
| SimQueueEvent.QueueAccessVacation
A
SimEvent for the start or end of a queue-access vacation at a queue. |
| SimQueueEvent.ServerAccessCredits
A
SimEvent for setting server-access credits at a queue. |
| SimQueueEvent.StartArmed
A
SimEvent for the start or end of the startArmed condition at a queue. |
| SimQueueOperation.QueueAccessVacation
The queue-access vacation operation on a
SimQueue. |
| SimQueueOperation.QueueAccessVacationReply
A reply for the queue-access vacation operation
SimQueueOperation.QueueAccessVacation. |
| SimQueueOperation.QueueAccessVacationRequest
A request for the queue-access vacation operation
SimQueueOperation.QueueAccessVacation. |
| SimQueueOperation.ServerAccessCredits
The server-access credits operation on a
SimQueue. |
| SimQueueOperation.ServerAccessCreditsReply
A reply for the server-access credits operation
SimQueueOperation.ServerAccessCredits. |
| SimQueueOperation.ServerAccessCreditsRequest
A request for the server-access credits operation
SimQueueOperation.ServerAccessCredits. |
| Class and Description |
|---|
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractClassicSimQueue
An abstract base class sub-classing
AbstractSimQueue
for "classic" queueing-system models with a buffer size (possibly zero or infinite)
and a fixed number of servers (possibly zero or infinite). |
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractClassicSimQueue
An abstract base class sub-classing
AbstractSimQueue
for "classic" queueing-system models with a buffer size (possibly zero or infinite)
and a fixed number of servers (possibly zero or infinite). |
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractClassicSimQueue
An abstract base class sub-classing
AbstractSimQueue
for "classic" queueing-system models with a buffer size (possibly zero or infinite)
and a fixed number of servers (possibly zero or infinite). |
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| SimQueueSimpleEventType
A simple representation of a
SimEntityEvent specific to SimQueues. |
| Class and Description |
|---|
| AbstractClassicSimQueue
An abstract base class sub-classing
AbstractSimQueue
for "classic" queueing-system models with a buffer size (possibly zero or infinite)
and a fixed number of servers (possibly zero or infinite). |
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| AbstractClassicSimQueue
An abstract base class sub-classing
AbstractSimQueue
for "classic" queueing-system models with a buffer size (possibly zero or infinite)
and a fixed number of servers (possibly zero or infinite). |
| AbstractSimQueue
A partial implementation of a
SimQueue. |
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| SimQueueEvent |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| SimQueueListener
A listener to state changes of one or multiple
SimQueues. |
| SimQueueSimpleEventType
A simple representation of a
SimEntityEvent specific to SimQueues. |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueueSimpleEventType
A simple representation of a
SimEntityEvent specific to SimQueues. |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| SimQueueListener
A listener to state changes of one or multiple
SimQueues. |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| SimQueueListener
A listener to state changes of one or multiple
SimQueues. |
| Class and Description |
|---|
| SimQueue
A (generic) queueing system capable of hosting and optionally serving jobs (
SimJobs). |
| SimQueueListener
A listener to state changes of one or multiple
SimQueues. |
Copyright © 2018. All rights reserved.