public static class MBodyMeterStats.MeterBandStats extends Object
| Constructor and Description |
|---|
MBodyMeterStats.MeterBandStats(long pktBandCnt,
long byteBandCnt)
Constructs a meter band statistic; Since 1.3.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getByteBandCount()
Returns the number of bytes in the band; Since 1.3.
|
long |
getPacketBandCount()
Returns the number of packets in the band; Since 1.3.
|
String |
toString() |
public MBodyMeterStats.MeterBandStats(long pktBandCnt,
long byteBandCnt)
pktBandCnt - the packet countbyteBandCnt - the byte countCopyright © 2014. All Rights Reserved.