Class EmptyExponentialHistogramBuckets
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.EmptyExponentialHistogramBuckets
- All Implemented Interfaces:
ExponentialHistogramBuckets
- Direct Known Subclasses:
AutoValue_EmptyExponentialHistogramBuckets
public abstract class EmptyExponentialHistogramBuckets
extends Object
implements ExponentialHistogramBuckets
An empty
ExponentialHistogramBuckets
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
ZERO_BUCKETS
-
-
Constructor Details
-
EmptyExponentialHistogramBuckets
EmptyExponentialHistogramBuckets()
-
-
Method Details
-
get
-