| Package | Description |
|---|---|
| org.onosproject.net.meter |
Flow meter model and related services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BandEntry
Represents a stored band.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBand
A default implementation for a Band.
|
| Modifier and Type | Method and Description |
|---|---|
Band |
Band.Builder.build()
Builds the band.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Band> |
MeterRequest.bands()
The collection of bands to apply on the dataplane.
|
Collection<Band> |
Meter.bands()
The collection of bands to apply on the dataplane.
|
Collection<Band> |
DefaultMeterRequest.bands() |
Collection<Band> |
DefaultMeter.bands() |
| Modifier and Type | Method and Description |
|---|---|
MeterRequest.Builder |
MeterRequest.Builder.withBands(Collection<Band> bands)
Assigns bands to this meter.
|
Meter.Builder |
Meter.Builder.withBands(Collection<Band> bands)
Assigns bands to this meter.
|
MeterRequest.Builder |
DefaultMeterRequest.Builder.withBands(Collection<Band> bands) |
Meter.Builder |
DefaultMeter.Builder.withBands(Collection<Band> bands) |
Copyright © 2015. All rights reserved.