| Package | Description |
|---|---|
| org.onosproject.net.meter |
Flow meter model and related services.
|
| Modifier and Type | Method and Description |
|---|---|
List<MeterOperation> |
MeterOperations.operations()
Returns immutable list of Meter operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeterStore.failedMeter(MeterOperation op,
MeterFailReason reason)
Update the store by deleting the failed meter.
|
void |
MeterProviderService.meterOperationFailed(MeterOperation operation,
MeterFailReason reason)
Notifies the core that a meter operaton failed for a
specific reason.
|
void |
MeterProvider.performMeterOperation(DeviceId deviceId,
MeterOperation meterOp)
Performs a meter operation on the specified device with the
specified parameters.
|
| Constructor and Description |
|---|
MeterOperations(List<MeterOperation> operations)
Creates a immutable list of meter operation.
|
Copyright © 2015. All rights reserved.