| Package | Description |
|---|---|
| org.onosproject.net.meter |
Flow meter model and related services.
|
| Modifier and Type | Method and Description |
|---|---|
static MeterEvent.Type |
MeterEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeterEvent.Type[] |
MeterEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MeterEvent(MeterEvent.Type type,
Meter meter)
Creates an event of a given type and for the specified meter and the
current time.
|
MeterEvent(MeterEvent.Type type,
Meter meter,
long time)
Creates an event of a given type and for the specified meter and time.
|
Copyright © 2015. All rights reserved.