Mercurial Hosting > luan
comparison 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 |
comparison
equal
deleted
inserted
replaced
801:6a21393191c1 | 802:3428c60d7cfc |
---|---|
1 QueuedThreadPool: A thread pool with no max bound by default | |
2 minThreads: Minimum number of threads in the pool | |
3 maxThreads: Maximum number threads in the pool | |
4 maxQueued: The maximum size of the job queue or -1 for unbounded. | |
5 name: Name of the thread pool | |
6 daemon: Is pool thread using daemon thread | |
7 threadsPriority: The priority of threads in the pool | |
8 maxIdleTimeMs: Maximum time a thread may be idle in ms | |
9 detailedDump: Full stack detail in dump output | |
10 dump(): Dump thread state | |
11 stopThread(long): Stop a pool thread | |
12 stopThread(long)[0]: id:Thread ID | |
13 interruptThread(long): Interrupt a pool thread | |
14 interruptThread(long)[0]: id:Thread ID | |
15 dumpThread(long): Dump a pool thread stack | |
16 dumpThread(long)[0]: id:Thread ID |