O - - data tree item ObjectN - - Statistics Notificationpublic interface NotificationSupplierForItemStat<O extends org.opendaylight.yangtools.yang.binding.DataObject,N extends org.opendaylight.yangtools.yang.binding.Notification> extends NotificationSupplierDefinition<O>
| Modifier and Type | Method and Description |
|---|---|
N |
createNotification(O statisticsDataTreeItem,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<O> path)
Method produces relevant Statistics kind of
Notification from statistics data tree item identified by
InstanceIdentifier path. |
getWildCardPathcloseN createNotification(O statisticsDataTreeItem, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<O> path)
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.