Package io.opentelemetry.sdk.metrics.internal.concurrent
-
Interface Summary Interface 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
. -
Class Summary Class Description AdderUtil This class is internal and is hence not for public use.AtomicLongDoubleAdder AtomicLongLongAdder JreDoubleAdder JreLongAdder