Uses of Class
io.opentelemetry.sdk.metrics.internal.aggregator.DoubleBase2ExponentialHistogramBuckets
-
Packages that use DoubleBase2ExponentialHistogramBuckets Package Description io.opentelemetry.sdk.metrics.internal.aggregator Metric aggregators. -
-
Uses of DoubleBase2ExponentialHistogramBuckets in io.opentelemetry.sdk.metrics.internal.aggregator
Fields in io.opentelemetry.sdk.metrics.internal.aggregator declared as DoubleBase2ExponentialHistogramBuckets Modifier and Type Field Description private DoubleBase2ExponentialHistogramBucketsDoubleBase2ExponentialHistogramAggregator.Handle. negativeBucketsprivate DoubleBase2ExponentialHistogramBucketsDoubleBase2ExponentialHistogramAggregator.Handle. positiveBucketsMethods in io.opentelemetry.sdk.metrics.internal.aggregator that return DoubleBase2ExponentialHistogramBuckets Modifier and Type Method Description (package private) DoubleBase2ExponentialHistogramBucketsDoubleBase2ExponentialHistogramBuckets. copy()Returns a copy of this bucket.Methods in io.opentelemetry.sdk.metrics.internal.aggregator with parameters of type DoubleBase2ExponentialHistogramBuckets Modifier and Type Method Description private ExponentialHistogramBucketsDoubleBase2ExponentialHistogramAggregator.Handle. resolveBuckets(DoubleBase2ExponentialHistogramBuckets buckets, int scale, boolean reset, ExponentialHistogramBuckets reusableBuckets)private booleanDoubleBase2ExponentialHistogramBuckets. sameBucketCounts(DoubleBase2ExponentialHistogramBuckets other)Tests if two bucket counts are equivalent semantically.Constructors in io.opentelemetry.sdk.metrics.internal.aggregator with parameters of type DoubleBase2ExponentialHistogramBuckets Constructor Description DoubleBase2ExponentialHistogramBuckets(DoubleBase2ExponentialHistogramBuckets buckets)
-