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 DoubleBase2ExponentialHistogramBuckets
DoubleBase2ExponentialHistogramAggregator.Handle. negativeBuckets
private DoubleBase2ExponentialHistogramBuckets
DoubleBase2ExponentialHistogramAggregator.Handle. positiveBuckets
Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return DoubleBase2ExponentialHistogramBuckets Modifier and Type Method Description (package private) DoubleBase2ExponentialHistogramBuckets
DoubleBase2ExponentialHistogramBuckets. 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 ExponentialHistogramBuckets
DoubleBase2ExponentialHistogramAggregator.Handle. resolveBuckets(DoubleBase2ExponentialHistogramBuckets buckets, int scale, boolean reset, ExponentialHistogramBuckets reusableBuckets)
private boolean
DoubleBase2ExponentialHistogramBuckets. 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)
-