Uses of Class
org.opendaylight.openflowplugin.applications.notification.supplier.impl.AbstractNotificationSupplierBase
-
Packages that use AbstractNotificationSupplierBase Package Description org.opendaylight.openflowplugin.applications.notification.supplier.impl Package contains notification listener/supplier implementations.org.opendaylight.openflowplugin.applications.notification.supplier.impl.item Package contains OF Items (Flow, Group, Meter ...) notification listener/supplier implementationsorg.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat Package contains OF Statistics Items (Flow, Group, Meter ...) notification listener/supplier implementations -
-
Uses of AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl
Subclasses of AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl Modifier and Type Class Description class
AbstractNotificationSupplierForItemRoot<O extends org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.Notification,D extends org.opendaylight.yangtools.yang.binding.Notification>
Class is package protected abstract implementation for all Root Items Notification Suppliers.class
NodeConnectorNotificationSupplierImpl
Implementation define a contract betweenFlowCapableNodeConnector
data object andNodeConnectorUpdated
andNodeConnectorRemoved
notifications.class
NodeNotificationSupplierImpl
Implementation define a contract betweenFlowCapableNode
data object andNodeUpdated
andNodeRemoved
notifications. -
Uses of AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item
Subclasses of AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item Modifier and Type Class Description class
AbstractNotificationSupplierForItem<O extends org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.Notification,U extends org.opendaylight.yangtools.yang.binding.Notification,D extends org.opendaylight.yangtools.yang.binding.Notification>
Class is package protected abstract implementation for all Old Root Items Notification Suppliers.class
FlowNotificationSupplierImpl
Implementation define a contract betweenFlow
data object andFlowAdded
,FlowUpdated
andFlowRemoved
notifications.class
GroupNotificationSupplierImpl
Implementation define a contract betweenGroup
data object andGroupAdded
,GroupUpdated
andGroupRemoved
notifications.class
MeterNotificationSupplierImpl
Implementation define a contract betweenMeter
data object andMeterAdded
,MeterUpdated
andMeterRemoved
notifications. -
Uses of AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat
Subclasses of AbstractNotificationSupplierBase in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat 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.
-