Uses of Class
io.opentelemetry.sdk.internal.DynamicPrimitiveLongList
Packages that use DynamicPrimitiveLongList
Package
Description
Marshaling framework for serializing data to protobuf format.
Interfaces and implementations that are internal to OpenTelemetry.
Metric aggregators.
The data format to model metrics for export.
-
Uses of DynamicPrimitiveLongList in io.opentelemetry.exporter.internal.marshal
Methods in io.opentelemetry.exporter.internal.marshal with parameters of type DynamicPrimitiveLongListModifier and TypeMethodDescriptionvoidSerializer.serializeRepeatedUInt64(ProtoFieldInfo field, DynamicPrimitiveLongList values) Serializes arepeated uint64field.static intMarshalerUtil.sizeRepeatedUInt64(ProtoFieldInfo field, DynamicPrimitiveLongList values) Returns the size of a repeated uint64 field. -
Uses of DynamicPrimitiveLongList in io.opentelemetry.sdk.internal
Methods in io.opentelemetry.sdk.internal that return DynamicPrimitiveLongListModifier and TypeMethodDescriptionstatic DynamicPrimitiveLongListDynamicPrimitiveLongList.empty()static DynamicPrimitiveLongListDynamicPrimitiveLongList.of(long... values) static DynamicPrimitiveLongListDynamicPrimitiveLongList.ofSubArrayCapacity(int subarrayCapacity) -
Uses of DynamicPrimitiveLongList in io.opentelemetry.sdk.metrics.internal.aggregator
Methods in io.opentelemetry.sdk.metrics.internal.aggregator with parameters of type DynamicPrimitiveLongListModifier and TypeMethodDescription(package private) voidDoubleBase2ExponentialHistogramBuckets.getBucketCountsIntoReusableList(DynamicPrimitiveLongList reusableLongList) Fills the given reusable list with the bucket counts. -
Uses of DynamicPrimitiveLongList in io.opentelemetry.sdk.metrics.internal.data
Fields in io.opentelemetry.sdk.metrics.internal.data declared as DynamicPrimitiveLongListModifier and TypeFieldDescriptionprivate DynamicPrimitiveLongListMutableExponentialHistogramBuckets.bucketCountsprivate final DynamicPrimitiveLongListMutableHistogramPointData.countsMethods in io.opentelemetry.sdk.metrics.internal.data that return DynamicPrimitiveLongListModifier and TypeMethodDescriptionMutableExponentialHistogramBuckets.getReusableBucketCountsList()Methods in io.opentelemetry.sdk.metrics.internal.data with parameters of type DynamicPrimitiveLongListModifier and TypeMethodDescriptionMutableExponentialHistogramBuckets.set(int scale, int offset, long totalCount, DynamicPrimitiveLongList bucketCounts)