Uses of Interface
org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
-
Packages that use ThreadPool.SizedThreadPool Package Description org.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of ThreadPool.SizedThreadPool in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement ThreadPool.SizedThreadPool Modifier and Type Class Description classExecutorSizedThreadPoolDeprecated.classExecutorThreadPoolAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classMonitoredQueuedThreadPoolAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classQueuedThreadPoolMethods in org.eclipse.jetty.util.thread that return ThreadPool.SizedThreadPool Modifier and Type Method Description ThreadPool.SizedThreadPoolThreadPoolBudget. getSizedThreadPool()Constructors in org.eclipse.jetty.util.thread with parameters of type ThreadPool.SizedThreadPool Constructor Description ThreadPoolBudget(ThreadPool.SizedThreadPool pool)Construct a budget for a SizedThreadPool.ThreadPoolBudget(ThreadPool.SizedThreadPool pool, int warnAt)Deprecated.
-