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 java.lang.Object implements ExponentialHistogramBuckets
An emptyExponentialHistogramBuckets
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.Integer,ExponentialHistogramBuckets>
ZERO_BUCKETS
-
Constructor Summary
Constructors Constructor Description EmptyExponentialHistogramBuckets()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExponentialHistogramBuckets
get(int scale)
-
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 Detail
-
ZERO_BUCKETS
private static final java.util.Map<java.lang.Integer,ExponentialHistogramBuckets> ZERO_BUCKETS
-
-
Method Detail
-
get
public static ExponentialHistogramBuckets get(int scale)
-
-