Package io.airlift.http.client.jetty
Class QueuedThreadPoolMBean
- java.lang.Object
-
- io.airlift.http.client.jetty.QueuedThreadPoolMBean
-
public class QueuedThreadPoolMBean extends Object
-
-
Constructor Summary
Constructors Constructor Description QueuedThreadPoolMBean(org.eclipse.jetty.util.thread.QueuedThreadPool threadPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBusyThreads()intgetIdleThreads()intgetIdleTimeout()intgetLowThreadsThreshold()intgetMaxThreads()intgetMinThreads()StringgetName()intgetPriority()intgetQueueSize()intgetThreads()booleanisLowOnThreads()
-
-
-
Method Detail
-
getIdleTimeout
public int getIdleTimeout()
-
getMaxThreads
public int getMaxThreads()
-
getMinThreads
public int getMinThreads()
-
getName
public String getName()
-
getPriority
public int getPriority()
-
getQueueSize
public int getQueueSize()
-
getLowThreadsThreshold
public int getLowThreadsThreshold()
-
getThreads
public int getThreads()
-
getIdleThreads
public int getIdleThreads()
-
getBusyThreads
public int getBusyThreads()
-
isLowOnThreads
public boolean isLowOnThreads()
-
-