Class ImmutableExponentialHistogramBuckets
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.ImmutableExponentialHistogramBuckets
- All Implemented Interfaces:
ExponentialHistogramBuckets
- Direct Known Subclasses:
AutoValue_ImmutableExponentialHistogramBuckets
@Immutable
public abstract class ImmutableExponentialHistogramBuckets
extends Object
implements ExponentialHistogramBuckets
Auto value implementation of
ExponentialHistogramBuckets
.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExponentialHistogramBuckets
Create a ExponentialHistogramBuckets.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.opentelemetry.sdk.metrics.data.ExponentialHistogramBuckets
getBucketCounts, getOffset, getScale, getTotalCount
-
Constructor Details
-
ImmutableExponentialHistogramBuckets
ImmutableExponentialHistogramBuckets()
-
-
Method Details
-
create
Create a ExponentialHistogramBuckets.- Returns:
- a ExponentialHistogramBuckets.
-