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 class
DelegatingThreadPool
-
Uses of TryExecutor in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement TryExecutor Modifier and Type Class Description class
ExecutorSizedThreadPool
Deprecated.class
ExecutorThreadPool
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
MonitoredQueuedThreadPool
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
QueuedThreadPool
A thread pool with a queue of jobs to execute.class
ReservedThreadExecutor
A TryExecutor using pre-allocated/reserved threads from an external Executor.static class
TryExecutor.NoTryExecutor
Fields in org.eclipse.jetty.util.thread declared as TryExecutor Modifier and Type Field Description static TryExecutor
TryExecutor. NO_TRY
Methods in org.eclipse.jetty.util.thread that return TryExecutor Modifier and Type Method Description static TryExecutor
TryExecutor. 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 class
TestServer
-