Uses of Interface
org.eclipse.jetty.util.thread.TryExecutor
Packages that use TryExecutor
Package
Description
Jetty Util : Common ThreadPool Utilities
-
Uses of TryExecutor in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement TryExecutor -
Uses of TryExecutor in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement TryExecutorModifier and TypeClassDescriptionclass
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
A thread pool with a queue of jobs to execute.class
A TryExecutor using pre-allocated/reserved threads from an external Executor.static class
class
An implementation ofThreadPool
interface that does not pool, but instead usesVirtualThreads
.Fields in org.eclipse.jetty.util.thread declared as TryExecutorMethods in org.eclipse.jetty.util.thread that return TryExecutorModifier and TypeMethodDescriptionstatic TryExecutor
TryExecutor.asTryExecutor
(Executor executor)