All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.jetty.util.thread.jmx.QueuedThreadPool-mbean.properties Maven / Gradle / Ivy

There is a newer version: 11.0.0.beta1
Show newest version
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
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
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy