Mercurial Hosting > luan
annotate src/org/eclipse/jetty/util/thread/jmx/QueuedThreadPool-mbean.properties @ 1044:dd71a59fcf72
remove buffer marking
| author | Franklin Schmidt <fschmidt@gmail.com> | 
|---|---|
| date | Fri, 04 Nov 2016 02:26:54 -0600 | 
| parents | 3428c60d7cfc | 
| children | 
| rev | line source | 
|---|---|
| 802 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 1 QueuedThreadPool: A thread pool with no max bound by default | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 2 minThreads: Minimum number of threads in the pool | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 3 maxThreads: Maximum number threads in the pool | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 4 maxQueued: The maximum size of the job queue or -1 for unbounded. | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 5 name: Name of the thread pool | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 6 daemon: Is pool thread using daemon thread | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 7 threadsPriority: The priority of threads in the pool | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 8 maxIdleTimeMs: Maximum time a thread may be idle in ms | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 9 detailedDump: Full stack detail in dump output | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 10 dump(): Dump thread state | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 11 stopThread(long): Stop a pool thread | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 12 stopThread(long)[0]: id:Thread ID | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 13 interruptThread(long): Interrupt a pool thread | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 14 interruptThread(long)[0]: id:Thread ID | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 15 dumpThread(long): Dump a pool thread stack | 
| 
3428c60d7cfc
replace jetty jars with source
 Franklin Schmidt <fschmidt@gmail.com> parents: diff
changeset | 16 dumpThread(long)[0]: id:Thread ID | 
