Uses of Class
io.opentelemetry.sdk.metrics.internal.aggregator.AdaptingIntegerArray.ArrayCellSize
-
Packages that use AdaptingIntegerArray.ArrayCellSize Package Description io.opentelemetry.sdk.metrics.internal.aggregator Metric aggregators. -
-
Uses of AdaptingIntegerArray.ArrayCellSize in io.opentelemetry.sdk.metrics.internal.aggregator
Fields in io.opentelemetry.sdk.metrics.internal.aggregator declared as AdaptingIntegerArray.ArrayCellSize Modifier and Type Field Description private AdaptingIntegerArray.ArrayCellSizeAdaptingIntegerArray. cellSizeThe current byte size of integer cells in this array.Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return AdaptingIntegerArray.ArrayCellSize Modifier and Type Method Description static AdaptingIntegerArray.ArrayCellSizeAdaptingIntegerArray.ArrayCellSize. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AdaptingIntegerArray.ArrayCellSize[]AdaptingIntegerArray.ArrayCellSize. values()Returns an array containing the constants of this enum type, in the order they are declared.
-