Uses of Class
org.opendaylight.controller.md.sal.common.util.jmx.ThreadExecutorStatsMXBeanImpl
-
Packages that use ThreadExecutorStatsMXBeanImpl Package Description org.opendaylight.controller.md.sal.common.util.jmx -
-
Uses of ThreadExecutorStatsMXBeanImpl in org.opendaylight.controller.md.sal.common.util.jmx
Methods in org.opendaylight.controller.md.sal.common.util.jmx that return ThreadExecutorStatsMXBeanImpl Modifier and Type Method Description static ThreadExecutorStatsMXBeanImplThreadExecutorStatsMXBeanImpl. create(Executor executor)Creates a new bean if the backing executor is a ThreadPoolExecutor.static ThreadExecutorStatsMXBeanImplThreadExecutorStatsMXBeanImpl. create(Executor executor, String beanName, String beanType)Creates a new bean if the backing executor is a ThreadPoolExecutor and registers it.static ThreadExecutorStatsMXBeanImplThreadExecutorStatsMXBeanImpl. create(Executor executor, String beanName, String beanType, @Nullable String beanCategory)Creates a new bean if the backing executor is a ThreadPoolExecutor and registers it.
-