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) classAutoValue_Summary_Snapshot_ValueAtPercentileFields 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. valueAtPercentilesMethods in io.opencensus.metrics.export that return Summary.Snapshot.ValueAtPercentile Modifier and Type Method Description static Summary.Snapshot.ValueAtPercentileSummary.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 ofValueAtPercentiles in thisSnapshot.Method parameters in io.opencensus.metrics.export with type arguments of type Summary.Snapshot.ValueAtPercentile Modifier and Type Method Description static Summary.SnapshotSummary.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)
-