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 DeviceMeterRegistryDeviceRegistry. 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 DeviceMeterRegistryDeviceContextImpl. 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 classDeviceMeterRegistryImpl -
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 voidStatisticsGatheringUtils. deleteAllKnownMeters(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceMeterRegistry meterRegistry)
-