| Package | Description |
|---|---|
| org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ExecutorSizedThreadPool |
Deprecated.
|
class |
ExecutorThreadPool |
A
ThreadPool.SizedThreadPool wrapper around ThreadPoolExecutor. |
class |
MonitoredQueuedThreadPool |
A
QueuedThreadPool subclass that monitors its own activity by recording queue and task statistics. |
class |
QueuedThreadPool |
|
class |
ReservedThreadExecutor |
An Executor using preallocated/reserved Threads from a wrapped Executor.
|
static class |
TryExecutor.NoTryExecutor |
| Modifier and Type | Field | Description |
|---|---|---|
static TryExecutor |
TryExecutor.NO_TRY |
| Modifier and Type | Method | Description |
|---|---|---|
static TryExecutor |
TryExecutor.asTryExecutor(java.util.concurrent.Executor executor) |
Copyright © 1995–2018 Webtide. All rights reserved.