Uses of Interface
org.opendaylight.openflowplugin.applications.notification.supplier.NotificationSupplierDefinition
-
Packages that use NotificationSupplierDefinition Package Description org.opendaylight.openflowplugin.applications.notification.supplier Base project package for a module Provider and base notification listener/supplier interface.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 NotificationSupplierDefinition in org.opendaylight.openflowplugin.applications.notification.supplier
Subinterfaces of NotificationSupplierDefinition in org.opendaylight.openflowplugin.applications.notification.supplier Modifier and Type Interface Description interface
NotificationSupplierForItem<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>
Supplier Item contracts definition for every Notification.interface
NotificationSupplierForItemRoot<O extends org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.Notification,D extends org.opendaylight.yangtools.yang.binding.Notification>
Supplier Root Item contracts definition for every Notification.interface
NotificationSupplierForItemStat<O extends org.opendaylight.yangtools.yang.binding.DataObject,N extends org.opendaylight.yangtools.yang.binding.Notification>
Notifications for Statistics have little bit different case, because it looks like they have response for create and update. -
Uses of NotificationSupplierDefinition in org.opendaylight.openflowplugin.applications.notification.supplier.impl
Classes in org.opendaylight.openflowplugin.applications.notification.supplier.impl that implement NotificationSupplierDefinition Modifier and Type Class Description class
AbstractNotificationSupplierBase<O extends org.opendaylight.yangtools.yang.binding.DataObject>
Public abstract basic Supplier implementation contains code for a make Supplier instance, registration Supplier likeDataTreeChangeListener
and close method.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 NotificationSupplierDefinition in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item
Classes in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item that implement NotificationSupplierDefinition 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 NotificationSupplierDefinition in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat
Classes in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item.stat that implement NotificationSupplierDefinition 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.
-