|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.jetm.reporting.xml.XmlAggregate
public class XmlAggregate
An implementation of Aggregate
to be used to marshal and unmarshal to
and from XML.
Constructor Summary | |
---|---|
XmlAggregate(double min,
double max,
double total,
long measurements,
String name)
Create an aggregate. |
Method Summary | |
---|---|
double |
getAverage()
|
Map<?,?> |
getChilds()
|
double |
getMax()
|
long |
getMeasurements()
|
double |
getMin()
|
String |
getName()
|
double |
getTotal()
|
boolean |
hasChilds()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlAggregate(double min, double max, double total, long measurements, String name)
min
- The minimum amount of time that occurred within a measurement
collection.max
- The maximum amount of time that occurred within a measurement
collection.total
- The total amount of time collected.measurements
- The number of times the measurement was collected.name
- The name of the measurement.Method Detail |
---|
public double getAverage()
getAverage
in interface etm.core.aggregation.Aggregate
public Map<?,?> getChilds()
getChilds
in interface etm.core.aggregation.Aggregate
public double getMax()
getMax
in interface etm.core.aggregation.Aggregate
public long getMeasurements()
getMeasurements
in interface etm.core.aggregation.Aggregate
public double getMin()
getMin
in interface etm.core.aggregation.Aggregate
public String getName()
getName
in interface etm.core.aggregation.Aggregate
public double getTotal()
getTotal
in interface etm.core.aggregation.Aggregate
public boolean hasChilds()
hasChilds
in interface etm.core.aggregation.Aggregate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |