Uses of Class
io.opentelemetry.proto.metrics.v1.SummaryDataPoint.ValueAtQuantile
Packages that use SummaryDataPoint.ValueAtQuantile
-
Uses of SummaryDataPoint.ValueAtQuantile in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return SummaryDataPoint.ValueAtQuantileModifier and TypeMethodDescriptionSummaryDataPoint.ValueAtQuantile.Builder.build()SummaryDataPoint.ValueAtQuantile.Builder.buildPartial()SummaryDataPoint.ValueAtQuantile.getDefaultInstance()SummaryDataPoint.ValueAtQuantile.Builder.getDefaultInstanceForType()SummaryDataPoint.ValueAtQuantile.getDefaultInstanceForType()SummaryDataPoint.Builder.getQuantileValues(int index) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.getQuantileValues(int index) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPointOrBuilder.getQuantileValues(int index) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.ValueAtQuantile.parseDelimitedFrom(InputStream input) SummaryDataPoint.ValueAtQuantile.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SummaryDataPoint.ValueAtQuantile.parseFrom(byte[] data) SummaryDataPoint.ValueAtQuantile.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SummaryDataPoint.ValueAtQuantile.parseFrom(com.google.protobuf.ByteString data) SummaryDataPoint.ValueAtQuantile.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SummaryDataPoint.ValueAtQuantile.parseFrom(com.google.protobuf.CodedInputStream input) SummaryDataPoint.ValueAtQuantile.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SummaryDataPoint.ValueAtQuantile.parseFrom(InputStream input) SummaryDataPoint.ValueAtQuantile.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SummaryDataPoint.ValueAtQuantile.parseFrom(ByteBuffer data) SummaryDataPoint.ValueAtQuantile.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.metrics.v1 that return types with arguments of type SummaryDataPoint.ValueAtQuantileModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SummaryDataPoint.ValueAtQuantile>SummaryDataPoint.ValueAtQuantile.getParserForType()SummaryDataPoint.Builder.getQuantileValuesList()(Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.getQuantileValuesList()(Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPointOrBuilder.getQuantileValuesList()(Optional) list of values at different quantiles of the distribution calculated from the current snapshot.static com.google.protobuf.Parser<SummaryDataPoint.ValueAtQuantile>SummaryDataPoint.ValueAtQuantile.parser()Methods in io.opentelemetry.proto.metrics.v1 with parameters of type SummaryDataPoint.ValueAtQuantileModifier and TypeMethodDescriptionSummaryDataPoint.Builder.addQuantileValues(int index, SummaryDataPoint.ValueAtQuantile value) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.Builder.addQuantileValues(SummaryDataPoint.ValueAtQuantile value) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.ValueAtQuantile.Builder.mergeFrom(SummaryDataPoint.ValueAtQuantile other) SummaryDataPoint.ValueAtQuantile.newBuilder(SummaryDataPoint.ValueAtQuantile prototype) SummaryDataPoint.Builder.setQuantileValues(int index, SummaryDataPoint.ValueAtQuantile value) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.Method parameters in io.opentelemetry.proto.metrics.v1 with type arguments of type SummaryDataPoint.ValueAtQuantileModifier and TypeMethodDescriptionSummaryDataPoint.Builder.addAllQuantileValues(Iterable<? extends SummaryDataPoint.ValueAtQuantile> values) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.