| 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.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.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 |
|---|
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| SimJQEvent.Arrival
An arrival
SimEvent of a job at a queue. |
| SimJQEvent.AutoRevocation
An auto-revocation
SimEvent of a job at a queue. |
| SimJQEvent.Departure
A departure
SimEvent of a job at a queue. |
| SimJQEvent.Drop
A drop
SimEvent of a job at a queue. |
| SimJQEvent.Revocation
A revocation
SimEvent (request) of a job at a queue. |
| SimJQEvent.Start
A start
SimEvent of a job at a queue. |
| SimJQOperation.Arrival
The arrival operation on a
SimQueue. |
| SimJQOperation.ArrivalReply
A reply for the arrival operation
SimJQOperation.Arrival. |
| SimJQOperation.ArrivalRequest
A request for the arrival operation
SimJQOperation.Arrival. |
| SimJQOperation.RequestJ
A request for an operation that requires (only) a job argument.
|
| SimJQOperation.RequestJAndOrQ
A request of an operation on a
SimQueue and/or a {SimJob}. |
| SimJQOperation.RequestJQ
A request for an operation that requires a job and a queue argument.
|
| SimJQOperation.RequestQ
A request for an operation that requires (only) a queue argument.
|
| SimJQOperation.Revocation
The revocation operation on a
SimQueue. |
| SimJQOperation.RevocationReply
A reply for the revocation operation
SimJQOperation.Revocation. |
| SimJQOperation.RevocationRequest
A request for the revocation operation
SimJQOperation.Revocation. |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| SimJQListener |
| SimJQOperation
The definition of an operation on a
SimQueue and/or a {SimJob}. |
| SimJQSimpleEventType |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimJQListener |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimJQListener |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| SimJQEvent.Departure
A departure
SimEvent of a job at a queue. |
| SimJQEventScheduler
A utility class capable of scheduling
SimJQEvents on an event list. |
| SimJQListener |
| SimJQOperation
The definition of an operation on a
SimQueue and/or a {SimJob}. |
| SimJQOperation.RequestJAndOrQ
A request of an operation on a
SimQueue and/or a {SimJob}. |
| SimJQOperation.RequestQ
A request for an operation that requires (only) a queue argument.
|
| SimJQSimpleEventType |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| SimJQSimpleEventType |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| AbstractSimJQ |
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| Class and Description |
|---|
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| SimJQListener |
| SimJQOperation.RequestJAndOrQ
A request of an operation on a
SimQueue and/or a {SimJob}. |
| SimJQOperation.RequestQ
A request for an operation that requires (only) a queue argument.
|
| SimJQSimpleEventType |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| SimJQSimpleEventType |
| Class and Description |
|---|
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| SimJQListener |
| Class and Description |
|---|
| AbstractSimJQ |
| SimQoS
A (tagging interface for a)
SimEntity with QoS support. |
| Class and Description |
|---|
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| Class and Description |
|---|
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| Class and Description |
|---|
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| Class and Description |
|---|
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| Class and Description |
|---|
| SimJQEvent
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| Class and Description |
|---|
| SimJQListener |
| Class and Description |
|---|
| SimJQListener |
Copyright © 2018. All rights reserved.