Package org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat
Package contains OF Statistics Items (Flow, Group, Meter ...) notification listener/supplier implementations
-
Class Summary Class Description 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.FlowStatNotificationSupplierImpl Implementation define a contract betweenFlowStatistics
data object andFlowsStatisticsUpdate
notification.FlowTableStatNotificationSupplierImpl Implementation define a contract betweenFlowTableStatistics
data object andFlowTableStatisticsUpdate
notification.GroupStatNotificationSupplierImpl Implementation define a contract betweenGroupStatistics
data object andGroupStatisticsUpdated
notification.MeterStatNotificationSupplierImpl Implementation define a contract betweenMeterStatistics
data object andMeterStatisticsUpdated
notification.NodeConnectorStatNotificationSupplierImpl Implementation define a contract betweenFlowCapableNodeConnectorStatistics
data object andNodeConnectorStatisticsUpdate
notification.QueueStatNotificationSupplierImpl Implementation define a contract betweenFlowCapableNodeConnectorQueueStatisticsData
data object andQueueStatisticsUpdate
notification.