| Package | Description |
|---|---|
| org.onosproject.net.meter |
Flow meter model and related services.
|
| Modifier and Type | Method and Description |
|---|---|
static MeterFailReason |
MeterFailReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeterFailReason[] |
MeterFailReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<MeterFailReason> |
MeterStoreResult.reason() |
| Modifier and Type | Method and Description |
|---|---|
static MeterStoreResult |
MeterStoreResult.fail(MeterFailReason reason)
A failed store operation.
|
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.
|
default void |
MeterContext.onError(MeterRequest op,
MeterFailReason reason)
Invoked when error is encountered while installing a meter.
|
Copyright © 2015. All rights reserved.