public interface VirtualMeterProviderService extends VirtualProviderService<VirtualMeterProvider>
| Modifier and Type | Method and Description |
|---|---|
void |
meterOperationFailed(org.onosproject.net.meter.MeterOperation operation,
org.onosproject.net.meter.MeterFailReason reason)
Notifies the core that a meter operation failed for a
specific reason.
|
void |
pushMeterMetrics(org.onosproject.net.DeviceId deviceId,
Collection<org.onosproject.net.meter.Meter> meterEntries)
Pushes the collection of meters observed on the virtual data plane as
well as their associated statistics.
|
providervoid meterOperationFailed(org.onosproject.net.meter.MeterOperation operation,
org.onosproject.net.meter.MeterFailReason reason)
operation - the failed operationreason - the failure reasonvoid pushMeterMetrics(org.onosproject.net.DeviceId deviceId,
Collection<org.onosproject.net.meter.Meter> meterEntries)
deviceId - a device idmeterEntries - a collection of meter entries