public static class MBodyGroupStats.BucketCounter extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
getByteCount()
Returns the number of bytes processed by this bucket; Since 1.1.
|
long |
getPacketCount()
Returns the number of packets processed by this bucket; Since 1.1.
|
String |
toDebugString()
Returns a string representation useful for debugging.
|
String |
toDebugString(int indent)
Returns a multi-line representation of this bucket counter object.
|
String |
toString() |
public String toDebugString()
public String toDebugString(int indent)
indent - the additional indent (number of spaces)public long getPacketCount()
public long getByteCount()
Copyright © 2014. All Rights Reserved.