public static final class XmlConfigs.ThreadPoolSizeData extends java.lang.Object implements XmlConfigs.ThreadPoolSizeDataMXBean, ConfigParser
| Constructor and Description |
|---|
ThreadPoolSizeData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getApplicationExecutors() |
int |
getNetProcessors() |
int |
getNioCpus() |
int |
getProtocolSchedulers() |
void |
parse(org.w3c.dom.Element self) |
public void parse(org.w3c.dom.Element self)
throws java.lang.Exception
parse in interface ConfigParserjava.lang.Exceptionpublic int getNioCpus()
getNioCpus in interface XmlConfigs.ThreadPoolSizeDataMXBeanpublic int getNetProcessors()
getNetProcessors in interface XmlConfigs.ThreadPoolSizeDataMXBeanpublic int getProtocolSchedulers()
getProtocolSchedulers in interface XmlConfigs.ThreadPoolSizeDataMXBeanpublic int getApplicationExecutors()
getApplicationExecutors in interface XmlConfigs.ThreadPoolSizeDataMXBean