Uses of Interface
org.eclipse.jetty.util.thread.TryExecutor
-
Packages that use TryExecutor Package Description org.eclipse.jetty.http.spi org.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy.jmh -
-
Uses of TryExecutor in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement TryExecutor Modifier and Type Class Description classDelegatingThreadPool -
Uses of TryExecutor in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement TryExecutor Modifier and Type Class Description classExecutorSizedThreadPoolDeprecated.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.classReservedThreadExecutorA TryExecutor using pre-allocated/reserved threads from an external Executor.static classTryExecutor.NoTryExecutorFields in org.eclipse.jetty.util.thread declared as TryExecutor Modifier and Type Field Description static TryExecutorTryExecutor. NO_TRYMethods in org.eclipse.jetty.util.thread that return TryExecutor Modifier and Type Method Description static TryExecutorTryExecutor. asTryExecutor(java.util.concurrent.Executor executor) -
Uses of TryExecutor in org.eclipse.jetty.util.thread.strategy.jmh
Classes in org.eclipse.jetty.util.thread.strategy.jmh that implement TryExecutor Modifier and Type Class Description classTestServer
-