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 Base2ExponentialHistogramIndexerDoubleBase2ExponentialHistogramBuckets.base2ExponentialHistogramIndexerFields in io.opentelemetry.sdk.metrics.internal.aggregator with type parameters of type Base2ExponentialHistogramIndexerModifier and TypeFieldDescriptionprivate static final Map<Integer, Base2ExponentialHistogramIndexer> Base2ExponentialHistogramIndexer.cacheMethods in io.opentelemetry.sdk.metrics.internal.aggregator that return Base2ExponentialHistogramIndexerModifier and TypeMethodDescription(package private) static Base2ExponentialHistogramIndexerBase2ExponentialHistogramIndexer.get(int scale) Get an indexer for the given scale.