public class QueueStatus extends Object
| Constructor and Description |
|---|
QueueStatus(int queueLength,
int totalPermits) |
| Modifier and Type | Method and Description |
|---|---|
int |
queueLength()
Get the count of requests waiting for permits.
|
String |
toString() |
int |
totalPermits()
Get the sum of permits waiting for.
|
Copyright © 2013–2018. All rights reserved.