public interface MeterFeatures
Modifier and Type | Interface and Description |
---|---|
static interface |
MeterFeatures.Builder
A meter features builder.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Band.Type> |
bandTypes()
Returns band types supported.
|
DeviceId |
deviceId()
Return the device id to which this meter features apply.
|
java.util.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.
|
java.util.Set<Meter.Unit> |
unitTypes()
Returns unit types available for meters.
|
DeviceId deviceId()
long maxMeter()
java.util.Set<Band.Type> bandTypes()
java.util.Set<Meter.Unit> unitTypes()
boolean isBurstSupported()
boolean isStatsSupported()
short maxBands()
short maxColor()
java.util.Set<MeterFeaturesFlag> features()