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.stat
Classes in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat that implement NotificationSupplierForItemStat Modifier and Type Class Description class
AbstractNotificationSupplierForItemStat<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.class
FlowStatNotificationSupplierImpl
Implementation define a contract betweenFlowStatistics
data object andFlowsStatisticsUpdate
notification.class
FlowTableStatNotificationSupplierImpl
Implementation define a contract betweenFlowTableStatistics
data object andFlowTableStatisticsUpdate
notification.class
GroupStatNotificationSupplierImpl
Implementation define a contract betweenGroupStatistics
data object andGroupStatisticsUpdated
notification.class
MeterStatNotificationSupplierImpl
Implementation define a contract betweenMeterStatistics
data object andMeterStatisticsUpdated
notification.class
NodeConnectorStatNotificationSupplierImpl
Implementation define a contract betweenFlowCapableNodeConnectorStatistics
data object andNodeConnectorStatisticsUpdate
notification.class
QueueStatNotificationSupplierImpl
Implementation define a contract betweenFlowCapableNodeConnectorQueueStatisticsData
data object andQueueStatisticsUpdate
notification.
-