| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getCountQueued()
Returns the current number of requests waiting for a native thread
|
CountStatistic |
getCountThreads()
Returns current number of threads
|
CountStatistic |
getCountThreadsIdle()
Returns the number of threads that are currently idle
|
StringStatistic |
getId()
Returns the thread pool Id
|
CountStatistic |
getMaxQueued()
Returns the maximum number of requests that can be queued at one
time to wait for a native thread
|
CountStatistic |
getMaxThreads()
Returns the maximum number of native threads allowed in the thread pool
|
CountStatistic |
getPeakQueued()
Returns the highest number of requests that were ever queued up
simultaneously for the use of a native thread since the server
was started
|
getStatistic, getStatisticNames, getStatisticsStringStatistic getId()
CountStatistic getCountThreadsIdle()
CountStatistic getCountThreads()
CountStatistic getMaxThreads()
CountStatistic getCountQueued()
CountStatistic getPeakQueued()
CountStatistic getMaxQueued()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.