|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadPoolStatistic | |
---|---|
com.sun.grizzly.http | |
com.sun.grizzly.http.embed |
Uses of ThreadPoolStatistic in com.sun.grizzly.http |
---|
Fields in com.sun.grizzly.http declared as ThreadPoolStatistic | |
---|---|
protected ThreadPoolStatistic |
SelectorThread.threadPoolStat
Placeholder for ExecutorService statistic. |
protected ThreadPoolStatistic |
StatsThreadPool.threadPoolStat
|
Methods in com.sun.grizzly.http that return ThreadPoolStatistic | |
---|---|
ThreadPoolStatistic |
StatsThreadPool.getStatistic()
Return the ThreadPoolStatistic object used
to gather statistic; |
Methods in com.sun.grizzly.http with parameters of type ThreadPoolStatistic | |
---|---|
void |
StatsThreadPool.setStatistic(ThreadPoolStatistic threadPoolStatistic)
Set the ThreadPoolStatistic object used
to gather statistic; |
Uses of ThreadPoolStatistic in com.sun.grizzly.http.embed |
---|
Methods in com.sun.grizzly.http.embed that return ThreadPoolStatistic | |
---|---|
ThreadPoolStatistic |
Statistics.getThreadPoolStatistics()
Return an instance of ThreadPoolStatistic , which gather information
about the current thread pool used by Grizzly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |