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 | Field and Description |
---|---|
static java.lang.String |
ERR_MSG |
static short |
MAX_PRECEDENCE |
static short |
MIN_PRECEDENCE |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
burst()
The burst size at which the meter applies.
|
long |
bytes()
Return the bytes seen by this band.
|
java.lang.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.
|
static final short MIN_PRECEDENCE
static final short MAX_PRECEDENCE
static final java.lang.String ERR_MSG
long rate()
java.lang.Long burst()
java.lang.Short dropPrecedence()
Band.Type type()
long packets()
long bytes()