|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides basic statistical information for a sample-type SBB usage parameter.
Method Summary | |
long |
getMaximum()
Get the maximum sample value recorded for the usage parameter since either the service was deployed or the usage parameter was last reset (whichever occurred most recently). |
double |
getMean()
Get the mean of sample values recorded for the usage parameter since either the service was deployed or the usage parameter was last reset (whichever occurred most recently). |
long |
getMinimum()
Get the minimum sample value recorded for the usage parameter since either the service was deployed or the usage parameter was last reset (whichever occurred most recently). |
long |
getSampleCount()
Get the number of samples recorded for the usage parameter since either the service was deployed or the usage parameter was last reset (whichever occurred most recently). |
Method Detail |
public long getSampleCount()
public long getMinimum()
Long.MAX_VALUE
if no samples have yet been recorded.public long getMaximum()
Long.MIN_VALUE
if no samples have yet been recorded.public double getMean()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |