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 TypeClassDescriptionclassAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classA thread pool with a queue of jobs to execute.Methods 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.