com.limegroup.gnutella.statistics
Class OutOfBandThroughputStat.ResponsesRequestedStat

java.lang.Object
  extended bycom.limegroup.gnutella.statistics.AbstractStatistic
      extended bycom.limegroup.gnutella.statistics.AdvancedStatistic
          extended bycom.limegroup.gnutella.statistics.OutOfBandThroughputStat
              extended bycom.limegroup.gnutella.statistics.OutOfBandThroughputStat.ResponsesRequestedStat
All Implemented Interfaces:
Statistic
Enclosing class:
OutOfBandThroughputStat

public static class OutOfBandThroughputStat.ResponsesRequestedStat
extends OutOfBandThroughputStat

Private class for keeping track of the number of responses requested via the out-of-band protocol.


Nested Class Summary
 
Nested classes inherited from class com.limegroup.gnutella.statistics.OutOfBandThroughputStat
OutOfBandThroughputStat.ResponsesRequestedStat
 
Field Summary
 
Fields inherited from class com.limegroup.gnutella.statistics.OutOfBandThroughputStat
RESPONSES_RECEIVED, RESPONSES_REQUESTED
 
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
 
Constructor Summary
OutOfBandThroughputStat.ResponsesRequestedStat()
           
 
Method Summary
 void incrementStat(int times)
           
 
Methods inherited from class com.limegroup.gnutella.statistics.OutOfBandThroughputStat
addData, incrementStat
 
Methods inherited from class com.limegroup.gnutella.statistics.AbstractStatistic
clearData, getAverage, getMax, getStatHistory, getTotal, initializeBuffer, setWriteStatToFile, storeCurrentStat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutOfBandThroughputStat.ResponsesRequestedStat

public OutOfBandThroughputStat.ResponsesRequestedStat()
Method Detail

incrementStat

public void incrementStat(int times)