Class AutoValue_ImmutableHistogramData
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.ImmutableHistogramData
io.opentelemetry.sdk.metrics.internal.data.AutoValue_ImmutableHistogramData
- All Implemented Interfaces:
Data<HistogramPointData>, HistogramData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AggregationTemporalityprivate final Collection<HistogramPointData> -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ImmutableHistogramData(AggregationTemporality aggregationTemporality, Collection<HistogramPointData> points) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the histogramAggregationTemporality.Returns the dataPointDatas for this metric.inthashCode()toString()Methods inherited from class ImmutableHistogramData
create, empty
-
Field Details
-
aggregationTemporality
-
points
-
-
Constructor Details
-
AutoValue_ImmutableHistogramData
AutoValue_ImmutableHistogramData(AggregationTemporality aggregationTemporality, Collection<HistogramPointData> points)
-
-
Method Details
-
getAggregationTemporality
Description copied from interface:HistogramDataReturns the histogramAggregationTemporality. -
getPoints
-
toString
-
equals
-
hashCode
-