Uses of Interface
io.opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentileOrBuilder
-
Packages that use SummaryValue.Snapshot.ValueAtPercentileOrBuilder Package Description io.opencensus.proto.metrics.v1 -
-
Uses of SummaryValue.Snapshot.ValueAtPercentileOrBuilder in io.opencensus.proto.metrics.v1
Classes in io.opencensus.proto.metrics.v1 that implement SummaryValue.Snapshot.ValueAtPercentileOrBuilder Modifier and Type Class Description static classSummaryValue.Snapshot.ValueAtPercentileRepresents the value at a given percentile of a distribution.static classSummaryValue.Snapshot.ValueAtPercentile.BuilderRepresents the value at a given percentile of a distribution.Methods in io.opencensus.proto.metrics.v1 that return SummaryValue.Snapshot.ValueAtPercentileOrBuilder Modifier and Type Method Description SummaryValue.Snapshot.ValueAtPercentileOrBuilderSummaryValue.Snapshot.Builder. getPercentileValuesOrBuilder(int index)A list of values at different percentiles of the distribution calculated from the current snapshot.SummaryValue.Snapshot.ValueAtPercentileOrBuilderSummaryValue.Snapshot. getPercentileValuesOrBuilder(int index)A list of values at different percentiles of the distribution calculated from the current snapshot.SummaryValue.Snapshot.ValueAtPercentileOrBuilderSummaryValue.SnapshotOrBuilder. getPercentileValuesOrBuilder(int index)A list of values at different percentiles of the distribution calculated from the current snapshot.Methods in io.opencensus.proto.metrics.v1 that return types with arguments of type SummaryValue.Snapshot.ValueAtPercentileOrBuilder Modifier and Type Method Description List<? extends SummaryValue.Snapshot.ValueAtPercentileOrBuilder>SummaryValue.Snapshot.Builder. getPercentileValuesOrBuilderList()A list of values at different percentiles of the distribution calculated from the current snapshot.List<? extends SummaryValue.Snapshot.ValueAtPercentileOrBuilder>SummaryValue.Snapshot. getPercentileValuesOrBuilderList()A list of values at different percentiles of the distribution calculated from the current snapshot.List<? extends SummaryValue.Snapshot.ValueAtPercentileOrBuilder>SummaryValue.SnapshotOrBuilder. getPercentileValuesOrBuilderList()A list of values at different percentiles of the distribution calculated from the current snapshot.
-