public interface VirtualMeterProvider extends VirtualProvider
| Modifier and Type | Method and Description |
|---|---|
void |
performMeterOperation(NetworkId networkId,
org.onosproject.net.DeviceId deviceId,
org.onosproject.net.meter.MeterOperation meterOp)
Performs a meter operation on the specified vitual device with the
specified parameters.
|
void |
performMeterOperation(NetworkId networkId,
org.onosproject.net.DeviceId deviceId,
org.onosproject.net.meter.MeterOperations meterOps)
Performs a batch of meter operation on the specified virtual device
with the specified parameters.
|
idvoid performMeterOperation(NetworkId networkId, org.onosproject.net.DeviceId deviceId, org.onosproject.net.meter.MeterOperations meterOps)
networkId - the identity of the virtual network where this rule appliesdeviceId - device identifier on which the batch of group
operations to be executedmeterOps - immutable list of meter operationvoid performMeterOperation(NetworkId networkId, org.onosproject.net.DeviceId deviceId, org.onosproject.net.meter.MeterOperation meterOp)
networkId - the identity of the virtual network where this rule appliesdeviceId - device identifier on which the batch of group
operations to be executedmeterOp - a meter operation