|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStats
This interface declares the common utility methods of statistical values sets.
| Method Summary | |
|---|---|
IStatsSnapshot |
createSnapshot(String aIntervalName)
This method creates a snapshot of all statistical values |
String |
getName()
This method returns the name of this set of statistical values. |
String |
toStatsString()
This method creates a human-readable textual representation of all statistical values in all intervals. |
String |
toStatsString(String aIntervalName)
This method creates a human-readable textual representation of all statistical values in the given interval. |
| Method Detail |
|---|
IStatsSnapshot createSnapshot(String aIntervalName)
aIntervalName - the name of the interval the values were collected for
String toStatsString()
String toStatsString(String aIntervalName)
aIntervalName - the name of the interval or null for all intervals
String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||