|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteZrp.ZrpPacketStats
public static class RouteZrp.ZrpPacketStats
Data structure to collect ZRP packet statistics.
Field Summary | |
---|---|
long |
brpBytes
zrp counter. |
long |
brpPackets
zrp counter. |
long |
dataBytes
zrp counter. |
long |
dataPackets
zrp counter. |
long |
iarpBytes
zrp counter. |
long |
iarpPackets
zrp counter. |
long |
ierpBytes
zrp counter. |
long |
ierpPackets
zrp counter. |
long |
ndpBytes
zrp counter. |
long |
ndpPackets
zrp counter. |
Constructor Summary | |
---|---|
RouteZrp.ZrpPacketStats()
|
Method Summary | |
---|---|
void |
clear()
Reset statistics. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long ndpPackets
public long ndpBytes
public long iarpPackets
public long iarpBytes
public long brpPackets
public long brpBytes
public long ierpPackets
public long ierpBytes
public long dataPackets
public long dataBytes
Constructor Detail |
---|
public RouteZrp.ZrpPacketStats()
Method Detail |
---|
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |