public interface MeterFeatures
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
MeterFeatures.Builder
A meter features builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Band.Type> | 
bandTypes()
Returns band types supported. 
 | 
DeviceId | 
deviceId()
Return the device id to which this meter features apply. 
 | 
Set<MeterFeaturesFlag> | 
features()
Returns features flags that supported for meter actions by device. 
 | 
boolean | 
isBurstSupported()
Returns if burst size is available. 
 | 
boolean | 
isStatsSupported()
Returns if statistics collection is available. 
 | 
short | 
maxBands()
Returns the maximum bands per meter. 
 | 
short | 
maxColor()
Returns the maximum colors value for DiffServ operation. 
 | 
long | 
maxMeter()
Returns the maximum number of meters accepted by the device. 
 | 
Set<Meter.Unit> | 
unitTypes()
Returns unit types available for meters. 
 | 
DeviceId deviceId()
long maxMeter()
Set<Band.Type> bandTypes()
Set<Meter.Unit> unitTypes()
boolean isBurstSupported()
boolean isStatsSupported()
short maxBands()
short maxColor()
Set<MeterFeaturesFlag> features()