public class QueuedNotificationManagerMXBeanImpl extends AbstractMXBean implements 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()
Returns a list of stat instances for each current listener notification task in progress.
|
int |
getMaxListenerQueueSize()
Returns the configured maximum listener queue size.
|
QueuedNotificationManagerStats |
toQueuedNotificationManagerStats() |
getMBeanCategory, getMBeanName, getMBeanType, register, registerMBean, unregister, unregisterMBeanpublic List<org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats> getCurrentListenerQueueStats()
QueuedNotificationManagerMXBeangetCurrentListenerQueueStats in interface QueuedNotificationManagerMXBeanpublic int getMaxListenerQueueSize()
QueuedNotificationManagerMXBeangetMaxListenerQueueSize in interface QueuedNotificationManagerMXBeanpublic QueuedNotificationManagerStats toQueuedNotificationManagerStats()
Copyright © 2019 OpenDaylight. All rights reserved.