Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.DeviceRegistry
-
-
Uses of DeviceRegistry in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of DeviceRegistry in org.opendaylight.openflowplugin.api.openflow.device Modifier and Type Interface Description interface
DeviceContext
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 DeviceRegistry Constructor Description FlowStatsMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, DeviceRegistry registry, short version)
GroupDescMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, DeviceRegistry registry)
MeterConfigMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, DeviceRegistry registry)
-
Uses of DeviceRegistry in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement DeviceRegistry Modifier and Type Class Description class
DeviceContextImpl
-
Uses of DeviceRegistry in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services that return DeviceRegistry Modifier and Type Method Description DeviceRegistry
AbstractService. getDeviceRegistry()
-