|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.management.server.StatServiceValue
public class StatServiceValue
Value for a statistics data point.
Constructor Summary | |
---|---|
StatServiceValue(long time,
double value)
|
|
StatServiceValue(long time,
int count,
double sum,
double min,
double max)
Standard constructor |
Method Summary | |
---|---|
double |
getAverage()
Returns the value's value |
int |
getCount()
Returns the value's value |
double |
getMax()
Returns the value's maximum |
double |
getMin()
Returns the value's minimum |
double |
getSum()
Returns the value's value |
long |
getTime()
Returns the value's time |
double |
getValue()
Returns the value's average |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StatServiceValue(long time, int count, double sum, double min, double max)
public StatServiceValue(long time, double value)
Method Detail |
---|
public long getTime()
public int getCount()
public double getSum()
public double getAverage()
public double getMin()
public double getMax()
public double getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |