Uses of Interface
org.eclipse.jetty.util.thread.ThreadPool
-
Packages that use ThreadPool Package Description org.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of ThreadPool in org.eclipse.jetty.util.thread
Subinterfaces of ThreadPool in org.eclipse.jetty.util.thread Modifier and Type Interface Description static interfaceThreadPool.SizedThreadPoolSpecialized sub-interface of ThreadPool that allows to get/set the minimum and maximum number of threads of the pool.Classes in org.eclipse.jetty.util.thread that implement ThreadPool Modifier and Type Class Description 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.
-