Uses of Class
io.opentelemetry.sdk.metrics.internal.aggregator.Base2ExponentialHistogramIndexer
-
Packages that use Base2ExponentialHistogramIndexer Package Description io.opentelemetry.sdk.metrics.internal.aggregator Metric aggregators. -
-
Uses of Base2ExponentialHistogramIndexer in io.opentelemetry.sdk.metrics.internal.aggregator
Fields in io.opentelemetry.sdk.metrics.internal.aggregator declared as Base2ExponentialHistogramIndexer Modifier and Type Field Description private Base2ExponentialHistogramIndexer
DoubleBase2ExponentialHistogramBuckets. base2ExponentialHistogramIndexer
Fields in io.opentelemetry.sdk.metrics.internal.aggregator with type parameters of type Base2ExponentialHistogramIndexer Modifier and Type Field Description private static java.util.Map<java.lang.Integer,Base2ExponentialHistogramIndexer>
Base2ExponentialHistogramIndexer. cache
Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return Base2ExponentialHistogramIndexer Modifier and Type Method Description (package private) static Base2ExponentialHistogramIndexer
Base2ExponentialHistogramIndexer. get(int scale)
Get an indexer for the given scale.
-