inria.net.lrmp
Class LrmpDomainStats

java.lang.Object
  |
  +--inria.net.lrmp.LrmpDomainStats
All Implemented Interfaces:
java.lang.Cloneable

public final class LrmpDomainStats
extends java.lang.Object
implements java.lang.Cloneable

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

scope

public int scope
the scope value.

parentScope

public int parentScope
the scope of the parent.

childScope

public int childScope
the scope of the child.

mrtt

public int mrtt
the mean round-trip time in units of 1/8 milliseconds.

enabled

public boolean enabled
the state.

nack

public int nack
the number of NACK packets.

dupNack

public int dupNack
the number of duplicate NACK packets.

repairPackets

public int repairPackets
the number of retransmitted data packets.

repairBytes

public int repairBytes
the number of retransmitted bytes.

dupPackets

public int dupPackets
the number of duplicate data packets.

dupBytes

public int dupBytes
the number of duplicate bytes.

nackReply

public int nackReply
the number of NACK reply packets.

thirdPartyRepairs

public int thirdPartyRepairs
the number of repair packets sent by a third party, not the original sender.

thirdPartyDuplicates

public int thirdPartyDuplicates
the number of duplicate packets sent by a third party, not the original sender.
Constructor Detail

LrmpDomainStats

public LrmpDomainStats()
Method Detail

getRTT

public int getRTT()
returns the mean round trip time in milliseconds.

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object


JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.