| Package | Description |
|---|---|
| org.onosproject.net.meter |
Flow meter model and related services.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultBand.Builder |
| Modifier and Type | Method and Description |
|---|---|
Band.Builder |
DefaultBand.Builder.burstSize(long burstSize) |
Band.Builder |
Band.Builder.burstSize(long burstSize)
Assigns a burst size to this band.
|
Band.Builder |
DefaultBand.Builder.dropPrecedence(short prec) |
Band.Builder |
Band.Builder.dropPrecedence(short prec)
Assigns the drop precedence for this band.
|
Band.Builder |
DefaultBand.Builder.ofType(Band.Type type) |
Band.Builder |
Band.Builder.ofType(Band.Type type)
Assigns the @See Type of this band.
|
Band.Builder |
DefaultBand.Builder.withRate(long rate) |
Band.Builder |
Band.Builder.withRate(long rate)
Assigns a rate to this band.
|
Copyright © 2015. All rights reserved.