| Package | Description |
|---|---|
| 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 and Description |
|---|---|
String |
AbstractLifeCycle.getState() |
long |
AbstractLifeCycle.getStopTimeout() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Logger> |
Log.getLoggers()
Get a map of all configured
Logger instances. |
boolean |
StdErrLog.isDebugEnabled() |
| Modifier and Type | Method and Description |
|---|---|
int |
QueuedThreadPool.getBusyThreads() |
int |
ThreadPool.getIdleThreads() |
int |
QueuedThreadPool.getIdleThreads() |
int |
QueuedThreadPool.getIdleTimeout()
Get the maximum thread idle time.
|
int |
QueuedThreadPool.getMaxThreads()
Set the maximum number of threads.
|
int |
QueuedThreadPool.getMinThreads()
Get the minimum number of threads.
|
String |
QueuedThreadPool.getName() |
int |
QueuedThreadPool.getQueueSize()
Get the size of the job queue.
|
int |
ThreadPool.getThreads() |
int |
QueuedThreadPool.getThreads() |
int |
QueuedThreadPool.getThreadsPriority()
Get the priority of the pool threads.
|
boolean |
QueuedThreadPool.isDaemon()
Delegated to the named or anonymous Pool.
|
boolean |
ThreadPool.isLowOnThreads() |
boolean |
QueuedThreadPool.isLowOnThreads() |
Copyright © 1995-2015 Webtide. All Rights Reserved.