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.classQueuedThreadPoolA thread pool with a queue of jobs to execute.Methods 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.
-