Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.DeviceRegistry
Packages that use DeviceRegistry
Package
Description
-
Uses of DeviceRegistry in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of DeviceRegistry in org.opendaylight.openflowplugin.api.openflow.deviceModifier and TypeInterfaceDescriptioninterface
The central entity of OFP is the Device Context, which encapsulate the logical state of a switch as seen by the controller. -
Uses of DeviceRegistry in org.opendaylight.openflowplugin.impl.datastore.multipart
Constructors in org.opendaylight.openflowplugin.impl.datastore.multipart with parameters of type DeviceRegistryModifierConstructorDescriptionFlowStatsMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, DeviceRegistry registry) GroupDescMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, DeviceRegistry registry) MeterConfigMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, DeviceRegistry registry) -
Uses of DeviceRegistry in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement DeviceRegistry -
Uses of DeviceRegistry in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services that return DeviceRegistry