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 ExponentialHistogramBucketsCreate a ExponentialHistogramBuckets.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExponentialHistogramBuckets
getBucketCounts, getOffset, getScale, getTotalCount
-
Constructor Details
-
ImmutableExponentialHistogramBuckets
ImmutableExponentialHistogramBuckets()
-
-
Method Details
-
create
Create a ExponentialHistogramBuckets.- Returns:
- a ExponentialHistogramBuckets.
-