Uses of Class
io.opentelemetry.sdk.metrics.internal.aggregator.AdaptingIntegerArray
Packages that use AdaptingIntegerArray
-
Uses of AdaptingIntegerArray in io.opentelemetry.sdk.metrics.internal.aggregator
Fields in io.opentelemetry.sdk.metrics.internal.aggregator declared as AdaptingIntegerArrayModifier and TypeFieldDescriptionprivate final AdaptingIntegerArray
AdaptingCircularBufferCounter.backing
Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return AdaptingIntegerArrayModifier and TypeMethodDescription(package private) AdaptingIntegerArray
AdaptingIntegerArray.copy()
Returns a deep-copy of this array, preserving cell size.Constructors in io.opentelemetry.sdk.metrics.internal.aggregator with parameters of type AdaptingIntegerArrayModifierConstructorDescriptionprivate
Creates deep copy of another adapting integer array.