Mercurial Hosting > luan
diff src/org/eclipse/jetty/util/thread/jmx/QueuedThreadPool-mbean.properties @ 802:3428c60d7cfc
replace jetty jars with source
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 07 Sep 2016 21:15:48 -0600 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/org/eclipse/jetty/util/thread/jmx/QueuedThreadPool-mbean.properties Wed Sep 07 21:15:48 2016 -0600 @@ -0,0 +1,16 @@ +QueuedThreadPool: A thread pool with no max bound by default +minThreads: Minimum number of threads in the pool +maxThreads: Maximum number threads in the pool +maxQueued: The maximum size of the job queue or -1 for unbounded. +name: Name of the thread pool +daemon: Is pool thread using daemon thread +threadsPriority: The priority of threads in the pool +maxIdleTimeMs: Maximum time a thread may be idle in ms +detailedDump: Full stack detail in dump output +dump(): Dump thread state +stopThread(long): Stop a pool thread +stopThread(long)[0]: id:Thread ID +interruptThread(long): Interrupt a pool thread +interruptThread(long)[0]: id:Thread ID +dumpThread(long): Dump a pool thread stack +dumpThread(long)[0]: id:Thread ID