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.util.thread
Classes in org.eclipse.jetty.util.thread that implement TryExecutorModifier and TypeClassDescriptionclass
Deprecated.class
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
An Executor using preallocated/reserved Threads from a wrapped Executor.static class
Fields in org.eclipse.jetty.util.thread declared as TryExecutorModifier and TypeFieldDescriptionprivate TryExecutor
ExecutorThreadPool._tryExecutor
private TryExecutor
QueuedThreadPool._tryExecutor
static final TryExecutor
TryExecutor.NO_TRY
Methods in org.eclipse.jetty.util.thread that return TryExecutorModifier and TypeMethodDescriptionstatic TryExecutor
TryExecutor.asTryExecutor
(Executor executor) -
Uses of TryExecutor in org.eclipse.jetty.util.thread.strategy
Fields in org.eclipse.jetty.util.thread.strategy declared as TryExecutor
ExecutorThreadPool