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 Base2ExponentialHistogramIndexerDoubleBase2ExponentialHistogramBuckets. base2ExponentialHistogramIndexerFields 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. cacheMethods in io.opentelemetry.sdk.metrics.internal.aggregator that return Base2ExponentialHistogramIndexer Modifier and Type Method Description (package private) static Base2ExponentialHistogramIndexerBase2ExponentialHistogramIndexer. get(int scale)Get an indexer for the given scale.
-