Class MetricDatum


  • public class MetricDatum
    extends Object
    See Also:
    • Method Detail

      • getDimensions

        public Set<Dimension> getDimensions()
        return the list of dimensions describing the the metric.
      • getMetricName

        public String getMetricName()
        return the metric name for the metric.
      • getStatisticValues

        public com.google.common.base.Optional<StatisticValues> getStatisticValues()
        return the object describing the set of statistical values for the metric
      • getTimestamp

        public com.google.common.base.Optional<Date> getTimestamp()
        return the time stamp used for the metric
      • getUnit

        public Unit getUnit()
        return Standard unit used for the metric.
      • getValue

        public com.google.common.base.Optional<Double> getValue()
        return the actual value of the metric
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()