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 String | 
ERR_MSG  | 
static short | 
MAX_PRECEDENCE  | 
static short | 
MIN_PRECEDENCE  | 
| 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. 
 | 
static final short MIN_PRECEDENCE
static final short MAX_PRECEDENCE
static final String ERR_MSG
long rate()
Long burst()
Short dropPrecedence()
Band.Type type()
long packets()
long bytes()