public class CeilometerStatistics extends Object implements Statistics
| Constructor and Description |
|---|
CeilometerStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAvg() |
Integer |
getCount() |
Double |
getDuration() |
Date |
getDurationEnd() |
Date |
getDurationStart() |
String |
getGroupBy() |
Double |
getMax() |
Double |
getMin() |
Integer |
getPeriod() |
Date |
getPeriodEnd() |
Date |
getPeriodStart() |
Double |
getSum() |
String |
getUnit() |
String |
toString() |
public Double getAvg()
getAvg in interface Statisticspublic Integer getCount()
getCount in interface Statisticspublic Double getDuration()
getDuration in interface Statisticspublic Date getDurationStart()
getDurationStart in interface Statisticspublic Date getDurationEnd()
getDurationEnd in interface Statisticspublic Double getMax()
getMax in interface Statisticspublic Double getMin()
getMin in interface Statisticspublic Double getSum()
getSum in interface Statisticspublic Integer getPeriod()
getPeriod in interface Statisticspublic Date getPeriodStart()
getPeriodStart in interface Statisticspublic Date getPeriodEnd()
getPeriodEnd in interface Statisticspublic String getUnit()
getUnit in interface Statisticspublic String getGroupBy()
getGroupBy in interface Statistics