Uses of Class
io.opencensus.metrics.export.Summary.Snapshot.ValueAtPercentile
Packages that use Summary.Snapshot.ValueAtPercentile
-
Uses of Summary.Snapshot.ValueAtPercentile in io.opencensus.metrics.export
Subclasses of Summary.Snapshot.ValueAtPercentile in io.opencensus.metrics.exportModifier and TypeClassDescription(package private) final class
Fields in io.opencensus.metrics.export with type parameters of type Summary.Snapshot.ValueAtPercentileModifier and TypeFieldDescriptionprivate final List
<Summary.Snapshot.ValueAtPercentile> AutoValue_Summary_Snapshot.valueAtPercentiles
Methods in io.opencensus.metrics.export that return Summary.Snapshot.ValueAtPercentileModifier and TypeMethodDescriptionSummary.Snapshot.ValueAtPercentile.create
(double percentile, double value) Creates aSummary.Snapshot.ValueAtPercentile
.Methods in io.opencensus.metrics.export that return types with arguments of type Summary.Snapshot.ValueAtPercentileModifier and TypeMethodDescriptionAutoValue_Summary_Snapshot.getValueAtPercentiles()
abstract List
<Summary.Snapshot.ValueAtPercentile> Summary.Snapshot.getValueAtPercentiles()
Returns the list ofValueAtPercentile
s in thisSnapshot
.Method parameters in io.opencensus.metrics.export with type arguments of type Summary.Snapshot.ValueAtPercentileModifier and TypeMethodDescriptionstatic Summary.Snapshot
Summary.Snapshot.create
(Long count, Double sum, List<Summary.Snapshot.ValueAtPercentile> valueAtPercentiles) Creates aSummary.Snapshot
.Constructor parameters in io.opencensus.metrics.export with type arguments of type Summary.Snapshot.ValueAtPercentileModifierConstructorDescription(package private)
AutoValue_Summary_Snapshot
(Long count, Double sum, List<Summary.Snapshot.ValueAtPercentile> valueAtPercentiles)