| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq.queue.serverless |
Serverless queueing systems.
|
| org.javades.jqueues.r5.util.predictor.queues |
Predictors for concrete queue types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LeakyBucket<J extends SimJob,Q extends LeakyBucket>
In the
LeakyBucket queue jobs depart without service in arrival order,
but not at a higher rate than a given limit,
at the expense of waiting in a waiting area with limited capacity,
or being dropped if the waiting area is fully occupied. |
| Modifier and Type | Method and Description |
|---|---|
LeakyBucket<J,Q> |
LeakyBucket.getCopySimQueue()
Returns a new
LeakyBucket object on the same SimEventList
with the same buffer size and (departure) rate limit. |
| Modifier and Type | Method and Description |
|---|---|
SimQueueState<SimJob,LeakyBucket> |
SimQueuePredictor_LeakyBucket.createQueueState(LeakyBucket queue,
boolean isROEL) |
Copyright © 2018. All rights reserved.