Package io.opencensus.metrics.export
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.opencensus.metrics.export.Distribution.Bucket
create, create
-
Field Details
-
count
private final long count -
exemplar
-
-
Constructor Details
-
AutoValue_Distribution_Bucket
-
-
Method Details
-
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 classDistribution.Bucket
- Returns:
- the number of values in each bucket of the histogram.
-
getExemplar
Description copied from class:Distribution.Bucket
- Specified by:
getExemplar
in classDistribution.Bucket
- Returns:
- the
Exemplar
associated with theBucket
, ornull
if there isn't one.
-
toString
-
equals
-
hashCode
public int hashCode()
-