| 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 |
| Modifier and Type | Method | Description |
|---|---|---|
ThreadPool.SizedThreadPool |
ThreadPoolBudget.getSizedThreadPool() |
| Constructor | Description |
|---|---|
ThreadPoolBudget(ThreadPool.SizedThreadPool pool) |
Construct a budget for a SizedThreadPool.
|
ThreadPoolBudget(ThreadPool.SizedThreadPool pool,
int warnAt) |
Deprecated.
|
Copyright © 1995–2018 Webtide. All rights reserved.