com.limegroup.gnutella.statistics
Class NumericalDownloadStat

java.lang.Object
  extended bycom.limegroup.gnutella.statistics.AbstractStatistic
      extended bycom.limegroup.gnutella.statistics.NumericalStatistic
          extended bycom.limegroup.gnutella.statistics.NumericalDownloadStat
All Implemented Interfaces:
Statistic

public class NumericalDownloadStat
extends NumericalStatistic

This class handles all statistics for downloads that are not based on time.


Field Summary
static Statistic TCP_CONNECT_TIME
          Statistic for the number of milliseconds it takes to establish TCP connections on downloads.
 
Fields inherited from class com.limegroup.gnutella.statistics.AbstractStatistic
_buffer, _current, _fileName, _max, _total, _totalStatsRecorded, STATS_MANAGER
 
Fields inherited from interface com.limegroup.gnutella.statistics.Statistic
HISTORY_LENGTH
 
Methods inherited from class com.limegroup.gnutella.statistics.NumericalStatistic
addData
 
Methods inherited from class com.limegroup.gnutella.statistics.AbstractStatistic
clearData, getAverage, getMax, getStatHistory, getTotal, incrementStat, initializeBuffer, setWriteStatToFile, storeCurrentStat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TCP_CONNECT_TIME

public static final Statistic TCP_CONNECT_TIME
Statistic for the number of milliseconds it takes to establish TCP connections on downloads.