Class ExponentialHistogramPointDataImpl

Object
ExponentialHistogramPointDataImpl
All Implemented Interfaces:
ExponentialHistogramPointData, PointData

public class ExponentialHistogramPointDataImpl extends Object implements ExponentialHistogramPointData
  • Method Details

    • getScale

      public int getScale()
      Specified by:
      getScale in interface ExponentialHistogramPointData
    • getSum

      public double getSum()
      Specified by:
      getSum in interface ExponentialHistogramPointData
    • getCount

      public long getCount()
      Specified by:
      getCount in interface ExponentialHistogramPointData
    • getZeroCount

      public long getZeroCount()
      Specified by:
      getZeroCount in interface ExponentialHistogramPointData
    • hasMin

      public boolean hasMin()
      Specified by:
      hasMin in interface ExponentialHistogramPointData
    • getMin

      public double getMin()
      Specified by:
      getMin in interface ExponentialHistogramPointData
    • hasMax

      public boolean hasMax()
      Specified by:
      hasMax in interface ExponentialHistogramPointData
    • getMax

      public double getMax()
      Specified by:
      getMax in interface ExponentialHistogramPointData
    • getPositiveBuckets

      public ExponentialHistogramBuckets getPositiveBuckets()
      Specified by:
      getPositiveBuckets in interface ExponentialHistogramPointData
    • getNegativeBuckets

      public ExponentialHistogramBuckets getNegativeBuckets()
      Specified by:
      getNegativeBuckets in interface ExponentialHistogramPointData
    • getStartEpochNanos

      public long getStartEpochNanos()
      Specified by:
      getStartEpochNanos in interface PointData
    • getEpochNanos

      public long getEpochNanos()
      Specified by:
      getEpochNanos in interface PointData
    • getAttributes

      public Attributes getAttributes()
      Specified by:
      getAttributes in interface PointData
    • getExemplars

      public List<DoubleExemplarData> getExemplars()
      Specified by:
      getExemplars in interface PointData