public class QueuedNotificationManagerStats extends Object
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.
QueuedNotificationManagerMXBeanImpl
Constructor and Description |
---|
QueuedNotificationManagerStats(int maxListenerQueueSize,
List<org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats> currentListenerQueueStats) |
Modifier and Type | Method and Description |
---|---|
List<org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats> |
getCurrentListenerQueueStats() |
int |
getMaxListenerQueueSize() |
@ConstructorProperties(value={"maxListenerQueueSize","currentListenerQueueStats"}) public QueuedNotificationManagerStats(int maxListenerQueueSize, List<org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats> currentListenerQueueStats)
public List<org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats> getCurrentListenerQueueStats()
public int getMaxListenerQueueSize()
Copyright © 2019 OpenDaylight. All rights reserved.