Class AutoValue_Distribution_Bucket


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_Distribution_Bucket
    extends Distribution.Bucket
    • Field Detail

      • count

        private final long count
      • exemplar

        private final Exemplar exemplar
    • Constructor Detail

      • AutoValue_Distribution_Bucket

        AutoValue_Distribution_Bucket​(long count,
                                      @Nullable
                                      Exemplar exemplar)
    • Method Detail

      • getCount

        public long getCount()
        Description copied from class: Distribution.Bucket
        Returns the number of values in each bucket of the histogram.
        Specified by:
        getCount in class Distribution.Bucket
        Returns:
        the number of values in each bucket of the histogram.
      • 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