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 classFields in io.opencensus.metrics.export with type parameters of type Summary.Snapshot.ValueAtPercentileModifier and TypeFieldDescriptionprivate final List<Summary.Snapshot.ValueAtPercentile> AutoValue_Summary_Snapshot.valueAtPercentilesMethods 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 ofValueAtPercentiles in thisSnapshot.Method parameters in io.opencensus.metrics.export with type arguments of type Summary.Snapshot.ValueAtPercentileModifier and TypeMethodDescriptionstatic Summary.SnapshotSummary.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)