- java.lang.Object
-
- org.openstack4j.openstack.telemetry.domain.CeilometerStatistics
-
-
Method Detail
-
getAvg
public Double getAvg()
- Specified by:
getAvg
in interface Statistics
- Returns:
- The average of all of the volume values seen in the data
-
getMax
public Double getMax()
- Specified by:
getMax
in interface Statistics
- Returns:
- The maximum volume seen in the data
-
getMin
public Double getMin()
- Specified by:
getMin
in interface Statistics
- Returns:
- The minimum volume seen in the data
-
getSum
public Double getSum()
- Specified by:
getSum
in interface Statistics
- Returns:
- The total of all of the volume values seen in the data
-
getUnit
public String getUnit()
- Specified by:
getUnit
in interface Statistics
- Returns:
- The unit type of the data set
Copyright © 2017. All rights reserved.