Uses of Interface
org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
Packages that use ThreadPool.SizedThreadPool
-
Uses of ThreadPool.SizedThreadPool in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement ThreadPool.SizedThreadPoolModifier and TypeClassDescriptionclass
Deprecated.class
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
A thread pool with a queue of jobs to execute.Fields in org.eclipse.jetty.util.thread declared as ThreadPool.SizedThreadPoolMethods in org.eclipse.jetty.util.thread that return ThreadPool.SizedThreadPoolConstructors in org.eclipse.jetty.util.thread with parameters of type ThreadPool.SizedThreadPoolModifierConstructorDescriptionConstruct a budget for a SizedThreadPool.ThreadPoolBudget
(ThreadPool.SizedThreadPool pool, int warnAt) Deprecated.
ExecutorThreadPool