Uses of Class
io.opentelemetry.sdk.metrics.internal.aggregator.AdaptingIntegerArray
-
Packages that use AdaptingIntegerArray Package Description io.opentelemetry.sdk.metrics.internal.aggregator Metric aggregators. -
-
Uses of AdaptingIntegerArray in io.opentelemetry.sdk.metrics.internal.aggregator
Fields in io.opentelemetry.sdk.metrics.internal.aggregator declared as AdaptingIntegerArray Modifier and Type Field Description private AdaptingIntegerArray
AdaptingCircularBufferCounter. backing
Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return AdaptingIntegerArray Modifier and Type Method Description (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 AdaptingIntegerArray Constructor Description AdaptingIntegerArray(AdaptingIntegerArray toCopy)
Creates deep copy of another adapting integer array.
-