| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
| org.eclipse.jetty.util.log |
Jetty Util : Common Logging Integrations
|
| org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
SocketAddressResolver.Async.getTimeout() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
AbstractLifeCycle.getState() |
|
long |
AbstractLifeCycle.getStopTimeout() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Map<java.lang.String,Logger> |
Log.getLoggers() |
Get a map of all configured
Logger instances. |
boolean |
StdErrLog.isDebugEnabled() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
QueuedThreadPool.getBusyThreads() |
|
int |
QueuedThreadPool.getIdleThreads() |
|
int |
ThreadPool.getIdleThreads() |
|
int |
QueuedThreadPool.getIdleTimeout() |
Get the maximum thread idle time.
|
int |
QueuedThreadPool.getLowThreadsThreshold() |
|
int |
QueuedThreadPool.getMaxThreads() |
Get the maximum number of threads.
|
int |
QueuedThreadPool.getMinThreads() |
Get the minimum number of threads.
|
java.lang.String |
QueuedThreadPool.getName() |
|
int |
QueuedThreadPool.getQueueSize() |
Get the size of the job queue.
|
int |
QueuedThreadPool.getThreads() |
|
int |
ThreadPool.getThreads() |
|
int |
QueuedThreadPool.getThreadsPriority() |
Get the priority of the pool threads.
|
boolean |
QueuedThreadPool.isDaemon() |
|
boolean |
QueuedThreadPool.isDetailedDump() |
|
boolean |
QueuedThreadPool.isLowOnThreads() |
Returns whether this thread pool is low on threads.
|
boolean |
ThreadPool.isLowOnThreads() |
Copyright © 1995–2018 Webtide. All rights reserved.