public interface ThroughputQueueMXBean
Modifier and Type | Method and Description |
---|---|
long |
getAdded()
Get the number of items that have been added to the queue
|
double |
getAvgWait()
Get the average time an item spends in queue in milliseconds
|
long |
getCurrentSize()
Returns the number of items on the queue.
|
long |
getMaxWait()
Get the maximum time an item has spent on the queue before being removed from the queue.
|
long |
getRemoved()
Get the number of items that have been removed from this queue
|
double |
getThroughput()
Get the the throughput of the queue measured by the number of items removed from the queue
dived by the time the queue has been active.
|
long getCurrentSize()
double getAvgWait()
long getMaxWait()
long getRemoved()
long getAdded()
double getThroughput()
Copyright © 2018 The Apache Software Foundation. All rights reserved.