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 class
ExecutorSizedThreadPool
Deprecated.class
ExecutorThreadPool
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
MonitoredQueuedThreadPool
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
QueuedThreadPool
A 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.SizedThreadPool
ThreadPoolBudget. 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.
-