public class NodeConnectorStatNotificationSupplierImpl extends AbstractNotificationSupplierForItemStat<FlowCapableNodeConnectorStatistics,NodeConnectorStatisticsUpdate>
FlowCapableNodeConnectorStatistics data object
and NodeConnectorStatisticsUpdate notification.clazz| Constructor and Description |
|---|
NodeConnectorStatNotificationSupplierImpl(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 |
|---|---|
NodeConnectorStatisticsUpdate |
createNotification(FlowCapableNodeConnectorStatistics flowCapableNodeConnectorStatistics,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnectorStatistics> path)
Method produces relevant Statistics kind of
Notification from statistics data tree item identified by
InstanceIdentifier path. |
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnectorStatistics> |
getWildCardPath()
Method return wildCardPath for Listener registration and for identify
the correct KeyInstanceIdentifier from Data Tree Item in DataStore.
|
add, onDataTreeChanged, remove, updateclose, createNodeRef, getNodeId, getNodeII, getNodeWildIIclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic NodeConnectorStatNotificationSupplierImpl(org.opendaylight.controller.sal.binding.api.NotificationProviderService notifProviderService,
org.opendaylight.controller.md.sal.binding.api.DataBroker db)
notifProviderService - - NotificationProviderServicedb - - DataBrokerpublic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnectorStatistics> getWildCardPath()
NotificationSupplierDefinitionInstanceIdentifierpublic NodeConnectorStatisticsUpdate createNotification(FlowCapableNodeConnectorStatistics flowCapableNodeConnectorStatistics, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNodeConnectorStatistics> path)
NotificationSupplierForItemStatNotification from statistics data tree item identified by
InstanceIdentifier path.flowCapableNodeConnectorStatistics - - Statistics Data Tree Itempath - - Identifier of Data Tree ItemNotification - relevant API contract NotificationCopyright © 2019 OpenDaylight. All rights reserved.