|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--inria.net.lrmp.LrmpDomainStats
statistic data about local error recovery.
Field Summary | |
int |
childScope
the scope of the child. |
int |
dupBytes
the number of duplicate bytes. |
int |
dupNack
the number of duplicate NACK packets. |
int |
dupPackets
the number of duplicate data packets. |
boolean |
enabled
the state. |
int |
mrtt
the mean round-trip time in units of 1/8 milliseconds. |
int |
nack
the number of NACK packets. |
int |
nackReply
the number of NACK reply packets. |
int |
parentScope
the scope of the parent. |
int |
repairBytes
the number of retransmitted bytes. |
int |
repairPackets
the number of retransmitted data packets. |
int |
scope
the scope value. |
int |
thirdPartyDuplicates
the number of duplicate packets sent by a third party, not the original sender. |
int |
thirdPartyRepairs
the number of repair packets sent by a third party, not the original sender. |
Constructor Summary | |
LrmpDomainStats()
|
Method Summary | |
java.lang.Object |
clone()
|
int |
getRTT()
returns the mean round trip time in milliseconds. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int scope
public int parentScope
public int childScope
public int mrtt
public boolean enabled
public int nack
public int dupNack
public int repairPackets
public int repairBytes
public int dupPackets
public int dupBytes
public int nackReply
public int thirdPartyRepairs
public int thirdPartyDuplicates
Constructor Detail |
public LrmpDomainStats()
Method Detail |
public int getRTT()
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.