Class MutableHistogramPointData

  • All Implemented Interfaces:
    HistogramPointData, PointData

    public final class MutableHistogramPointData
    extends java.lang.Object
    implements HistogramPointData
    A mutable HistogramPointData

    This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.

    This class is not thread-safe.

    • Field Detail

      • startEpochNanos

        private long startEpochNanos
      • epochNanos

        private long epochNanos
      • sum

        private double sum
      • count

        private long count
      • hasMin

        private boolean hasMin
      • min

        private double min
      • hasMax

        private boolean hasMax
      • max

        private double max
      • boundaries

        private java.util.List<java.lang.Double> boundaries
    • Constructor Detail

      • MutableHistogramPointData

        public MutableHistogramPointData​(int buckets)