Class CeilometerStatistics

    • Constructor Detail

      • CeilometerStatistics

        public 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
      • getDuration

        public Double getDuration()
        Specified by:
        getDuration in interface Statistics
        Returns:
        The difference, in seconds, between the oldest and newest timestamp
      • getDurationStart

        public Date getDurationStart()
        Specified by:
        getDurationStart in interface Statistics
        Returns:
        UTC date and time of the earliest timestamp, or the query start time
      • getDurationEnd

        public Date getDurationEnd()
        Specified by:
        getDurationEnd in interface Statistics
        Returns:
        UTC date and time of the oldest timestamp, or the query end time
      • 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
      • getPeriod

        public Integer getPeriod()
        Specified by:
        getPeriod in interface Statistics
        Returns:
        The difference, in seconds, between the period start and end
      • getPeriodStart

        public Date getPeriodStart()
        Specified by:
        getPeriodStart in interface Statistics
        Returns:
        UTC date and time of the period start
      • getPeriodEnd

        public Date getPeriodEnd()
        Specified by:
        getPeriodEnd in interface Statistics
        Returns:
        UTC date and time of the period end
      • getUnit

        public String getUnit()
        Specified by:
        getUnit in interface Statistics
        Returns:
        The unit type of the data set
      • getGroupBy

        public String getGroupBy()
        Specified by:
        getGroupBy in interface Statistics
        Returns:
        The group-by of the data set