| Package | Description |
|---|---|
| org.onosproject.net.meter |
Flow meter model and related services.
|
| Modifier and Type | Method and Description |
|---|---|
Band.Type |
DefaultBand.type() |
Band.Type |
Band.type()
Signals the type of band to create.
|
static Band.Type |
Band.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Band.Type[] |
Band.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Band.Builder |
DefaultBand.Builder.ofType(Band.Type type) |
Band.Builder |
Band.Builder.ofType(Band.Type type)
Assigns the @See Type of this band.
|
| Constructor and Description |
|---|
DefaultBand(Band.Type type,
long rate,
Long burstSize,
Short prec) |
Copyright © 2015. All rights reserved.