Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.DeviceRegistry
Package
Description
-
Uses of DeviceRegistry in org.opendaylight.openflowplugin.api.openflow.device
Modifier 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
ModifierConstructorDescriptionFlowStatsMultipartWriter
(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
-
Uses of DeviceRegistry in org.opendaylight.openflowplugin.impl.services