Uses of Class
org.eclipse.jetty.util.component.ContainerLifeCycle
-
Packages that use ContainerLifeCycle Package Description org.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy -
-
Uses of ContainerLifeCycle in org.eclipse.jetty.util.component
Subclasses of ContainerLifeCycle in org.eclipse.jetty.util.component Modifier and Type Class Description classAttributeContainerMapAn Attributes implementation that holds it's values in an immutableContainerLifeCycle -
Uses of ContainerLifeCycle in org.eclipse.jetty.util.thread
Subclasses of ContainerLifeCycle in org.eclipse.jetty.util.thread Modifier and Type Class Description classExecutorSizedThreadPoolDeprecated.classExecutorThreadPoolAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classMonitoredQueuedThreadPoolAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classQueuedThreadPool -
Uses of ContainerLifeCycle in org.eclipse.jetty.util.thread.strategy
Subclasses of ContainerLifeCycle in org.eclipse.jetty.util.thread.strategy Modifier and Type Class Description classEatWhatYouKillA strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation.
-