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 AggregationTemporality
private final Collection
<HistogramPointData> -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ImmutableHistogramData
(AggregationTemporality aggregationTemporality, Collection<HistogramPointData> points) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the histogramAggregationTemporality
.Returns the dataPointData
s for this metric.int
hashCode()
toString()
Methods inherited from class io.opentelemetry.sdk.metrics.internal.data.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:HistogramData
Returns the histogramAggregationTemporality
. -
getPoints
Description copied from interface:Data
Returns the dataPointData
s for this metric.- Returns:
- the data
PointData
s for this metric, or emptyCollection
if no points.
-
toString
-
equals
-
hashCode
public int hashCode()
-