|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.hammurapi.metrics.SimpleMeasurement
public class SimpleMeasurement
Measurement serializable value object.
Constructor Summary | |
---|---|
SimpleMeasurement(long time,
double value)
|
|
SimpleMeasurement(Metric.Measurement master)
|
Method Summary | |
---|---|
long |
getTime()
|
double |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleMeasurement(long time, double value)
public SimpleMeasurement(Metric.Measurement master)
Method Detail |
---|
public long getTime()
getTime
in interface Metric.Measurement
public double getValue()
getValue
in interface Metric.Measurement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |