Interface Statistic

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription​()
      A human-readable description of the Statistic.
      long getLastSampleTime​()
      The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
      java.lang.String getName​()
      The name of this Statistic.
      long getStartTime​()
      The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
      java.lang.String getUnit​()
      The unit of measurement for this Statistic.
    • Method Detail

      • getName

        java.lang.String getName​()
        The name of this Statistic.
      • getUnit

        java.lang.String getUnit​()
        The unit of measurement for this Statistic. Valid values for TimeStatistic measurements are "HOUR", "MINUTE", "SECOND", "MILLISECOND", "MICROSECOND" and "NANOSECOND".
      • getDescription

        java.lang.String getDescription​()
        A human-readable description of the Statistic.
      • getStartTime

        long getStartTime​()
        The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
      • getLastSampleTime

        long getLastSampleTime​()
        The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.