Class AutoValue_ImmutableExponentialHistogramData

    • Method Detail

      • getAggregationTemporality

        public AggregationTemporality getAggregationTemporality()
        Description copied from interface: ExponentialHistogramData
        Returns the AggregationTemporality of this metric.

        AggregationTemporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.

        Returns:
        the AggregationTemporality of this metric
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object