|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Statistic interface and its subinterfaces specify the required accessors which provide the performance data described by the specific attributes in the Stats interfaces. The Statistic subinterfaces specify accessors which provide statistical data about count, time, and both bounded and unbounded ranges.
Method Summary | |
java.lang.String |
getDescription()
Returns a human-readable description of the Statistic. |
long |
getLastSampleTime()
Returns the time the most recent measurment was taken represented as a long, whose value is the number of milliseconds since "January 1, 1970, 00:00:00". |
java.lang.String |
getName()
Returns the name of this Statistic. |
long |
getStartTime()
Returns the time the first measurment was taken represented as a long, whose value is the number of milliseconds since "January 1, 1970, 00:00:00". |
java.lang.String |
getUnit()
Returns the unit of measurement for this Statistic. |
Method Detail |
public java.lang.String getName()
public java.lang.String getUnit()
public java.lang.String getDescription()
public long getStartTime()
public long getLastSampleTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |