Class LongSumData


  • @Immutable
    public abstract class LongSumData
    extends Object
    • Method Detail

      • isMonotonic

        public abstract boolean isMonotonic()
        Returns "true" if the sum is monotonic.
        Returns:
        "true" if the sum is monotonic
      • getAggregationTemporality

        public abstract AggregationTemporality getAggregationTemporality()
        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
      • getPoints

        public abstract Collection<T> getPoints()
        Returns the data PointDatas for this metric.
        Returns:
        the data PointDatas for this metric, or empty Collection if no points.