| Package | Description |
|---|---|
| org.onosproject.net.meter |
Flow meter model and related services.
|
| Modifier and Type | Method and Description |
|---|---|
MeterState |
Meter.state()
Fetches the state of this meter.
|
MeterState |
DefaultMeter.state() |
static MeterState |
MeterState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeterState[] |
MeterState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeterEntry.setState(MeterState state)
Updates the state of this meter.
|
void |
DefaultMeter.setState(MeterState state) |
Copyright © 2015. All rights reserved.