Uses of Interface
org.opendaylight.openflowplugin.api.openflow.registry.meter.DeviceMeterRegistry
-
-
Uses of DeviceMeterRegistry in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return DeviceMeterRegistry Modifier and Type Method Description DeviceMeterRegistry
DeviceRegistry. getDeviceMeterRegistry()
Method exposes device meter registry used for storing meter ids. -
Uses of DeviceMeterRegistry in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device that return DeviceMeterRegistry Modifier and Type Method Description DeviceMeterRegistry
DeviceContextImpl. getDeviceMeterRegistry()
-
Uses of DeviceMeterRegistry in org.opendaylight.openflowplugin.impl.registry.meter
Classes in org.opendaylight.openflowplugin.impl.registry.meter that implement DeviceMeterRegistry Modifier and Type Class Description class
DeviceMeterRegistryImpl
-
Uses of DeviceMeterRegistry in org.opendaylight.openflowplugin.impl.statistics
Methods in org.opendaylight.openflowplugin.impl.statistics with parameters of type DeviceMeterRegistry Modifier and Type Method Description static void
StatisticsGatheringUtils. deleteAllKnownMeters(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceMeterRegistry meterRegistry)
-