Uses of Package
io.opentelemetry.sdk.metrics.internal.concurrent
-
Packages that use io.opentelemetry.sdk.metrics.internal.concurrent Package Description io.opentelemetry.sdk.metrics.internal.aggregator Metric aggregators.io.opentelemetry.sdk.metrics.internal.concurrent io.opentelemetry.sdk.metrics.internal.exemplar Metric exemplar extension points. -
Classes in io.opentelemetry.sdk.metrics.internal.concurrent used by io.opentelemetry.sdk.metrics.internal.aggregator Class Description DoubleAdder Interface mirroring theDoubleAdder
API, with implementation that varies based on availability ofDoubleAdder
.LongAdder Interface mirroring theLongAdder
API, with implementation that varies based on availability ofLongAdder
. -
Classes in io.opentelemetry.sdk.metrics.internal.concurrent used by io.opentelemetry.sdk.metrics.internal.concurrent Class Description DoubleAdder Interface mirroring theDoubleAdder
API, with implementation that varies based on availability ofDoubleAdder
.LongAdder Interface mirroring theLongAdder
API, with implementation that varies based on availability ofLongAdder
. -
Classes in io.opentelemetry.sdk.metrics.internal.concurrent used by io.opentelemetry.sdk.metrics.internal.exemplar Class Description LongAdder Interface mirroring theLongAdder
API, with implementation that varies based on availability ofLongAdder
.