Uses of Class
io.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets
Packages that use ExponentialHistogramDataPoint.Buckets
-
Uses of ExponentialHistogramDataPoint.Buckets in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return ExponentialHistogramDataPoint.BucketsModifier and TypeMethodDescriptionExponentialHistogramDataPoint.Buckets.Builder.build()ExponentialHistogramDataPoint.Buckets.Builder.buildPartial()ExponentialHistogramDataPoint.Buckets.getDefaultInstance()ExponentialHistogramDataPoint.Buckets.Builder.getDefaultInstanceForType()ExponentialHistogramDataPoint.Buckets.getDefaultInstanceForType()ExponentialHistogramDataPoint.Builder.getNegative()negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPoint.getNegative()negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPointOrBuilder.getNegative()negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.getPositive()positive carries the positive range of exponential bucket counts.ExponentialHistogramDataPoint.getPositive()positive carries the positive range of exponential bucket counts.ExponentialHistogramDataPointOrBuilder.getPositive()positive carries the positive range of exponential bucket counts.ExponentialHistogramDataPoint.Buckets.parseDelimitedFrom(InputStream input) ExponentialHistogramDataPoint.Buckets.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExponentialHistogramDataPoint.Buckets.parseFrom(byte[] data) ExponentialHistogramDataPoint.Buckets.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExponentialHistogramDataPoint.Buckets.parseFrom(com.google.protobuf.ByteString data) ExponentialHistogramDataPoint.Buckets.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExponentialHistogramDataPoint.Buckets.parseFrom(com.google.protobuf.CodedInputStream input) ExponentialHistogramDataPoint.Buckets.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExponentialHistogramDataPoint.Buckets.parseFrom(InputStream input) ExponentialHistogramDataPoint.Buckets.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExponentialHistogramDataPoint.Buckets.parseFrom(ByteBuffer data) ExponentialHistogramDataPoint.Buckets.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.metrics.v1 that return types with arguments of type ExponentialHistogramDataPoint.BucketsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ExponentialHistogramDataPoint.Buckets>ExponentialHistogramDataPoint.Buckets.getParserForType()static com.google.protobuf.Parser<ExponentialHistogramDataPoint.Buckets>ExponentialHistogramDataPoint.Buckets.parser()Methods in io.opentelemetry.proto.metrics.v1 with parameters of type ExponentialHistogramDataPoint.BucketsModifier and TypeMethodDescriptionExponentialHistogramDataPoint.Buckets.Builder.mergeFrom(ExponentialHistogramDataPoint.Buckets other) ExponentialHistogramDataPoint.Builder.mergeNegative(ExponentialHistogramDataPoint.Buckets value) negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.mergePositive(ExponentialHistogramDataPoint.Buckets value) positive carries the positive range of exponential bucket counts.ExponentialHistogramDataPoint.Buckets.newBuilder(ExponentialHistogramDataPoint.Buckets prototype) ExponentialHistogramDataPoint.Builder.setNegative(ExponentialHistogramDataPoint.Buckets value) negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.setPositive(ExponentialHistogramDataPoint.Buckets value) positive carries the positive range of exponential bucket counts.