Class AutoValue_ImmutableExponentialHistogramPointData

    • Field Detail

      • getStartEpochNanos

        private final long getStartEpochNanos
      • getEpochNanos

        private final long getEpochNanos
      • getAttributes

        private final Attributes getAttributes
      • getScale

        private final int getScale
      • getSum

        private final double getSum
      • getCount

        private final long getCount
      • getZeroCount

        private final long getZeroCount
      • hasMin

        private final boolean hasMin
      • getMin

        private final double getMin
      • hasMax

        private final boolean hasMax
      • getMax

        private final double getMax
    • Constructor Detail

      • AutoValue_ImmutableExponentialHistogramPointData

        AutoValue_ImmutableExponentialHistogramPointData​(long getStartEpochNanos,
                                                         long getEpochNanos,
                                                         Attributes getAttributes,
                                                         int getScale,
                                                         double getSum,
                                                         long getCount,
                                                         long getZeroCount,
                                                         boolean hasMin,
                                                         double getMin,
                                                         boolean hasMax,
                                                         double getMax,
                                                         ExponentialHistogramBuckets getPositiveBuckets,
                                                         ExponentialHistogramBuckets getNegativeBuckets,
                                                         java.util.List<DoubleExemplarData> getExemplars)