Class AutoValue_Distribution_Bucket
java.lang.Object
io.opencensus.metrics.export.Distribution.Bucket
io.opencensus.metrics.export.AutoValue_Distribution_Bucket
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Distribution_Bucket
extends Distribution.Bucket
-
Field Details
-
count
private final long count -
exemplar
-
-
Constructor Details
-
AutoValue_Distribution_Bucket
-
-
Method Details
-
getCount
public long getCount()Description copied from class:Distribution.BucketReturns the number of values in each bucket of the histogram.- Specified by:
getCountin classDistribution.Bucket- Returns:
- the number of values in each bucket of the histogram.
-
getExemplar
Description copied from class:Distribution.Bucket- Specified by:
getExemplarin classDistribution.Bucket- Returns:
- the
Exemplarassociated with theBucket, ornullif there isn't one.
-
toString
-
equals
-
hashCode
-