public class QueuedNotificationManagerMXBeanImpl extends AbstractMXBean implements org.opendaylight.yangtools.util.concurrent.QueuedNotificationManagerMXBean
This class is not intended for use outside of MD-SAL and its part of private implementation (still exported as public to be reused across MD-SAL implementation components) and may be removed in subsequent releases.
BASE_JMX_PREFIX| Constructor and Description |
|---|
QueuedNotificationManagerMXBeanImpl(org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager<?,?> manager,
String beanName,
String beanType,
String beanCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats> |
getCurrentListenerQueueStats() |
int |
getMaxListenerQueueSize() |
QueuedNotificationManagerStats |
toQueuedNotificationManagerStats() |
getMBeanCategory, getMBeanName, getMBeanType, register, registerMBean, unregister, unregisterMBeanpublic List<org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats> getCurrentListenerQueueStats()
getCurrentListenerQueueStats in interface org.opendaylight.yangtools.util.concurrent.QueuedNotificationManagerMXBeanpublic int getMaxListenerQueueSize()
getMaxListenerQueueSize in interface org.opendaylight.yangtools.util.concurrent.QueuedNotificationManagerMXBeanpublic QueuedNotificationManagerStats toQueuedNotificationManagerStats()
Copyright © 2019 OpenDaylight. All rights reserved.