public class QueueStatNotificationSupplierImpl extends AbstractNotificationSupplierForItemStat<FlowCapableNodeConnectorQueueStatisticsData,QueueStatisticsUpdate>
FlowCapableNodeConnectorQueueStatisticsData
data object
and QueueStatisticsUpdate
notification.clazz
Constructor and Description |
---|
QueueStatNotificationSupplierImpl(org.opendaylight.controller.sal.binding.api.NotificationProviderService notifProviderService,
org.opendaylight.controller.md.sal.binding.api.DataBroker db)
Constructor register supplier as DataTreeChangeListener and create wildCarded InstanceIdentifier.
|
Modifier and Type | Method and Description |
---|---|
QueueStatisticsUpdate |
createNotification(FlowCapableNodeConnectorQueueStatisticsData statisticsDataTreeItem,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnectorQueueStatisticsData> path)
Method produces relevant Statistics kind of
Notification from statistics data tree item identified by
InstanceIdentifier path. |
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnectorQueueStatisticsData> |
getWildCardPath()
Method return wildCardPath for Listener registration and for identify
the correct KeyInstanceIdentifier from Data Tree Item in DataStore.
|
add, onDataTreeChanged, remove, update
close, createNodeRef, getNodeId, getNodeII, getNodeWildII
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public QueueStatNotificationSupplierImpl(org.opendaylight.controller.sal.binding.api.NotificationProviderService notifProviderService, org.opendaylight.controller.md.sal.binding.api.DataBroker db)
notifProviderService
- - NotificationProviderService
db
- - DataBroker
public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnectorQueueStatisticsData> getWildCardPath()
NotificationSupplierDefinition
InstanceIdentifier
public QueueStatisticsUpdate createNotification(FlowCapableNodeConnectorQueueStatisticsData statisticsDataTreeItem, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnectorQueueStatisticsData> path)
NotificationSupplierForItemStat
Notification
from statistics data tree item identified by
InstanceIdentifier
path.statisticsDataTreeItem
- - Statistics Data Tree Itempath
- - Identifier of Data Tree ItemNotification
- relevant API contract NotificationCopyright © 2019 OpenDaylight. All rights reserved.