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 TypeMethodDescriptionvoid
Serializer.serializeRepeatedUInt64
(ProtoFieldInfo field, DynamicPrimitiveLongList values) Serializes arepeated uint64
field.static int
MarshalerUtil.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 DynamicPrimitiveLongList
DynamicPrimitiveLongList.empty()
static DynamicPrimitiveLongList
DynamicPrimitiveLongList.of
(long... values) static DynamicPrimitiveLongList
DynamicPrimitiveLongList.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) void
DoubleBase2ExponentialHistogramBuckets.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 DynamicPrimitiveLongList
MutableExponentialHistogramBuckets.bucketCounts
private final DynamicPrimitiveLongList
MutableHistogramPointData.counts
Methods 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)