Uses of Class
io.opentelemetry.sdk.metrics.internal.aggregator.Base2ExponentialHistogramIndexer
Packages that use Base2ExponentialHistogramIndexer
-
Uses of Base2ExponentialHistogramIndexer in io.opentelemetry.sdk.metrics.internal.aggregator
Fields in io.opentelemetry.sdk.metrics.internal.aggregator declared as Base2ExponentialHistogramIndexerModifier and TypeFieldDescriptionprivate Base2ExponentialHistogramIndexer
DoubleBase2ExponentialHistogramBuckets.base2ExponentialHistogramIndexer
Fields in io.opentelemetry.sdk.metrics.internal.aggregator with type parameters of type Base2ExponentialHistogramIndexerModifier and TypeFieldDescriptionprivate static final Map
<Integer, Base2ExponentialHistogramIndexer> Base2ExponentialHistogramIndexer.cache
Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return Base2ExponentialHistogramIndexerModifier and TypeMethodDescription(package private) static Base2ExponentialHistogramIndexer
Base2ExponentialHistogramIndexer.get
(int scale) Get an indexer for the given scale.