Uses of Interface
org.opendaylight.openflowplugin.applications.notification.supplier.NotificationSupplierForItemStat
- 
Packages that use NotificationSupplierForItemStat Package Description org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat Package contains OF Statistics Items (Flow, Group, Meter ...) notification listener/supplier implementations
- 
- 
Uses of NotificationSupplierForItemStat in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.statClasses in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat that implement NotificationSupplierForItemStat Modifier and Type Class Description classAbstractNotificationSupplierForItemStat<O extends org.opendaylight.yangtools.yang.binding.DataObject,N extends org.opendaylight.yangtools.yang.binding.Notification>Class is package protected abstract implementation for all Old Statistics Notification Suppliers.classFlowStatNotificationSupplierImplImplementation define a contract betweenFlowStatisticsdata object andFlowsStatisticsUpdatenotification.classFlowTableStatNotificationSupplierImplImplementation define a contract betweenFlowTableStatisticsdata object andFlowTableStatisticsUpdatenotification.classGroupStatNotificationSupplierImplImplementation define a contract betweenGroupStatisticsdata object andGroupStatisticsUpdatednotification.classMeterStatNotificationSupplierImplImplementation define a contract betweenMeterStatisticsdata object andMeterStatisticsUpdatednotification.classNodeConnectorStatNotificationSupplierImplImplementation define a contract betweenFlowCapableNodeConnectorStatisticsdata object andNodeConnectorStatisticsUpdatenotification.classQueueStatNotificationSupplierImplImplementation define a contract betweenFlowCapableNodeConnectorQueueStatisticsDatadata object andQueueStatisticsUpdatenotification.
 
-