public interface Band
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Band.Builder |
static class |
Band.Type
Specifies the type of band.
|
| Modifier and Type | Method and Description |
|---|---|
long |
burst()
The burst size at which the meter applies.
|
long |
bytes()
Return the bytes seen by this band.
|
short |
dropPrecedence()
Only meaningful in the case of a REMARK band type.
|
long |
packets()
Returns the packets seen by this band.
|
long |
rate()
The rate at which this meter applies.
|
Band.Type |
type()
Signals the type of band to create.
|
long rate()
long burst()
short dropPrecedence()
Band.Type type()
long packets()
long bytes()
Copyright © 2015. All rights reserved.