|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.statistics.StatisticsManager
Class for managing statistics recording.
Method Summary | |
boolean |
getRecordAdvancedStats()
Accessor for whether or not advanced statistics should be recorded. |
static StatisticsManager |
instance()
Accessor for the StatisticsManager instance. |
void |
run()
Stores the accumulated statistics for all messages into their collections of historical data. |
void |
setRecordAdvancedStats(boolean record)
Sets whether or not advanced statistics should be recorded. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static StatisticsManager instance()
public void setRecordAdvancedStats(boolean record)
record
- specifies whether or not advanced statistics should
be recordedpublic boolean getRecordAdvancedStats()
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |