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, unregisterMBean
public List<org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats> getCurrentListenerQueueStats()
QueuedNotificationManagerMXBean
getCurrentListenerQueueStats
in interface QueuedNotificationManagerMXBean
public int getMaxListenerQueueSize()
QueuedNotificationManagerMXBean
getMaxListenerQueueSize
in interface QueuedNotificationManagerMXBean
public QueuedNotificationManagerStats toQueuedNotificationManagerStats()
Copyright © 2019 OpenDaylight. All rights reserved.