| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity |
A package for simulation of queueing systems.
|
| 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.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.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 |
|---|
| AbstractSimEntity.Notifier
A functional interface for a notification handler.
|
| AbstractSimEntity.PreNotificationHook
A functional interface for a hook to be called before notifications are sent (i.e., before a state change is advertised).
|
| SimEntity |
| SimEntity.Action
An action for use in
SimEntity.doAfterNotifications(org.javades.jqueues.r5.entity.SimEntity.Action). |
| SimEntity.UnknownNotificationTypePolicy
Possible courses of action when an unknown notification is to be published.
|
| SimEntity.UnknownOperationPolicy
Possible courses of action when an unknown operation is offered to
SimEntity.doOperation(double, Req). |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntityOperation
The definition of an operation on a
SimEntity (or on multiple ones). |
| SimEntityOperation.Reply
A reply from a
SimEntityOperation. |
| SimEntityOperation.Request
A request for a
SimEntityOperation. |
| SimEntityOperation.RequestE
A request for an operation that requires an entity argument.
|
| SimEntityOperation.Reset
The (default) reset operation on a
SimEntity. |
| SimEntityOperation.ResetReply
A reply for the reset operation
SimEntityOperation.Reset. |
| SimEntityOperation.ResetRequest
A request for the reset operation
SimEntityOperation.Reset. |
| SimEntityOperation.Update
The (default) update operation on a
SimEntity. |
| SimEntityOperation.UpdateReply
A reply for the update operation
SimEntityOperation.Update. |
| SimEntityOperation.UpdateRequest
A request for the update operation
SimEntityOperation.Update. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntityEventScheduler
A utility class capable of scheduling
SimEntityEvents on an event list. |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntityOperation
The definition of an operation on a
SimEntity (or on multiple ones). |
| SimEntityOperation.Reply
A reply from a
SimEntityOperation. |
| SimEntityOperation.Request
A request for a
SimEntityOperation. |
| SimEntityOperation.RequestE
A request for an operation that requires an entity argument.
|
| SimEntitySimpleEventType
A simple representation of a
SimEntityEvent. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntityOperation
The definition of an operation on a
SimEntity (or on multiple ones). |
| SimEntityOperation.Reply
A reply from a
SimEntityOperation. |
| SimEntityOperation.Request
A request for a
SimEntityOperation. |
| SimEntitySimpleEventType
A simple representation of a
SimEntityEvent. |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntityEventScheduler
A utility class capable of scheduling
SimEntityEvents on an event list. |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntityOperation
The definition of an operation on a
SimEntity (or on multiple ones). |
| SimEntityOperation.Reply
A reply from a
SimEntityOperation. |
| SimEntityOperation.Request
A request for a
SimEntityOperation. |
| SimEntityOperation.RequestE
A request for an operation that requires an entity argument.
|
| SimEntitySimpleEventType
A simple representation of a
SimEntityEvent. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntityOperation
The definition of an operation on a
SimEntity (or on multiple ones). |
| SimEntityOperation.Reply
A reply from a
SimEntityOperation. |
| SimEntityOperation.Request
A request for a
SimEntityOperation. |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntitySimpleEventType
A simple representation of a
SimEntityEvent. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| Class and Description |
|---|
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntityOperation
The definition of an operation on a
SimEntity (or on multiple ones). |
| SimEntityOperation.Reply
A reply from a
SimEntityOperation. |
| SimEntityOperation.Request
A request for a
SimEntityOperation. |
| SimEntityOperation.RequestE
A request for an operation that requires an entity argument.
|
| SimEntitySimpleEventType
A simple representation of a
SimEntityEvent. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| SimEntity |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| SimEntitySimpleEventType
A simple representation of a
SimEntityEvent. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| AbstractSimEntity
A partial implementation of a
SimEntity. |
| SimEntity |
| Class and Description |
|---|
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| SimEntity |
| SimEntityEvent
A
SimEvent for a SimEntity (queue, job, or other) operation. |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
| SimEntitySimpleEventType.Member
A member of this interface.
|
| Class and Description |
|---|
| SimEntity |
| SimEntityListener
A listener to one or multiple
SimEntitys. |
Copyright © 2018. All rights reserved.