Uses of Class
io.opencensus.metrics.export.Summary.Snapshot.ValueAtPercentile
-
Packages that use Summary.Snapshot.ValueAtPercentile Package Description io.opencensus.metrics.export -
-
Uses of Summary.Snapshot.ValueAtPercentile in io.opencensus.metrics.export
Subclasses of Summary.Snapshot.ValueAtPercentile in io.opencensus.metrics.export Modifier and Type Class Description (package private) class
AutoValue_Summary_Snapshot_ValueAtPercentile
Fields in io.opencensus.metrics.export with type parameters of type Summary.Snapshot.ValueAtPercentile Modifier and Type Field Description private java.util.List<Summary.Snapshot.ValueAtPercentile>
AutoValue_Summary_Snapshot. valueAtPercentiles
Methods in io.opencensus.metrics.export that return Summary.Snapshot.ValueAtPercentile Modifier and Type Method Description static Summary.Snapshot.ValueAtPercentile
Summary.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.ValueAtPercentile Modifier and Type Method Description java.util.List<Summary.Snapshot.ValueAtPercentile>
AutoValue_Summary_Snapshot. getValueAtPercentiles()
abstract java.util.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.ValueAtPercentile Modifier and Type Method Description static Summary.Snapshot
Summary.Snapshot. create(java.lang.Long count, java.lang.Double sum, java.util.List<Summary.Snapshot.ValueAtPercentile> valueAtPercentiles)
Creates aSummary.Snapshot
.Constructor parameters in io.opencensus.metrics.export with type arguments of type Summary.Snapshot.ValueAtPercentile Constructor Description AutoValue_Summary_Snapshot(java.lang.Long count, java.lang.Double sum, java.util.List<Summary.Snapshot.ValueAtPercentile> valueAtPercentiles)
-