Uses of Interface
org.opendaylight.openflowplugin.api.openflow.registry.CommonDeviceRegistry
-
-
Uses of CommonDeviceRegistry in org.opendaylight.openflowplugin.api.openflow.registry.flow
Subinterfaces of CommonDeviceRegistry in org.opendaylight.openflowplugin.api.openflow.registry.flow Modifier and Type Interface Description interface
DeviceFlowRegistry
Registry for mapping composite-key of flow (FlowRegistryKey
) from device view to flow descriptor (FlowDescriptor
) as the identifier of the same flow in data store. -
Uses of CommonDeviceRegistry in org.opendaylight.openflowplugin.api.openflow.registry.group
Subinterfaces of CommonDeviceRegistry in org.opendaylight.openflowplugin.api.openflow.registry.group Modifier and Type Interface Description interface
DeviceGroupRegistry
-
Uses of CommonDeviceRegistry in org.opendaylight.openflowplugin.api.openflow.registry.meter
Subinterfaces of CommonDeviceRegistry in org.opendaylight.openflowplugin.api.openflow.registry.meter Modifier and Type Interface Description interface
DeviceMeterRegistry
-
Uses of CommonDeviceRegistry in org.opendaylight.openflowplugin.impl.registry.flow
Classes in org.opendaylight.openflowplugin.impl.registry.flow that implement CommonDeviceRegistry Modifier and Type Class Description class
DeviceFlowRegistryImpl
-
Uses of CommonDeviceRegistry in org.opendaylight.openflowplugin.impl.registry.group
Classes in org.opendaylight.openflowplugin.impl.registry.group that implement CommonDeviceRegistry Modifier and Type Class Description class
DeviceGroupRegistryImpl
-
Uses of CommonDeviceRegistry in org.opendaylight.openflowplugin.impl.registry.meter
Classes in org.opendaylight.openflowplugin.impl.registry.meter that implement CommonDeviceRegistry Modifier and Type Class Description class
DeviceMeterRegistryImpl
-