| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq.queue.serverless |
Serverless queueing systems.
|
| org.javades.jqueues.r5.extensions.gate |
Extensions for queues with a "gate".
|
| Modifier and Type | Class and Description |
|---|---|
class |
GATE<J extends SimJob,Q extends GATE>
The
GATE queue lets jobs depart without service conditionally ("gate is open") or lets them wait ("gate is closed"). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DefaultSimQueueWithGateListener<J extends SimJob,Q extends SimQueueWithGate>
A
SimQueueWithGateListener logging events on System.out. |
interface |
SimQueueWithGate<J extends SimJob,Q extends SimQueueWithGate>
A
SimQueue with the notion of a single gate
that can be opened (optionally for a limited number of passages) and closed. |
interface |
StdOutSimQueueWithGateListener<J extends SimJob,Q extends SimQueueWithGate>
A
SimQueueWithGateListener logging events on System.out. |
Copyright © 2018. All rights reserved.