Uses of Class
io.opencensus.metrics.export.Point
-
Packages that use Point Package Description io.opencensus.implcore.stats io.opencensus.metrics.export -
-
Uses of Point in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats that return Point Modifier and Type Method Description (package private) PointMutableAggregation.MutableCount. toPoint(Timestamp timestamp)(package private) PointMutableAggregation.MutableDistribution. toPoint(Timestamp timestamp)(package private) PointMutableAggregation.MutableLastValueDouble. toPoint(Timestamp timestamp)(package private) PointMutableAggregation.MutableLastValueLong. toPoint(Timestamp timestamp)(package private) PointMutableAggregation.MutableMean. toPoint(Timestamp timestamp)(package private) PointMutableAggregation.MutableSumDouble. toPoint(Timestamp timestamp)(package private) PointMutableAggregation.MutableSumLong. toPoint(Timestamp timestamp)(package private) abstract PointMutableAggregation. toPoint(Timestamp timestamp) -
Uses of Point in io.opencensus.metrics.export
Subclasses of Point in io.opencensus.metrics.export Modifier and Type Class Description (package private) classAutoValue_PointFields in io.opencensus.metrics.export with type parameters of type Point Modifier and Type Field Description private java.util.List<Point>AutoValue_TimeSeries. pointsMethods in io.opencensus.metrics.export that return Point Modifier and Type Method Description static PointPoint. create(Value value, Timestamp timestamp)Creates aPoint.Methods in io.opencensus.metrics.export that return types with arguments of type Point Modifier and Type Method Description java.util.List<Point>AutoValue_TimeSeries. getPoints()abstract java.util.List<Point>TimeSeries. getPoints()Returns the dataPoints of thisTimeSeries.Methods in io.opencensus.metrics.export with parameters of type Point Modifier and Type Method Description static TimeSeriesTimeSeries. createWithOnePoint(java.util.List<LabelValue> labelValues, Point point, Timestamp startTimestamp)Creates aTimeSeries.TimeSeriesTimeSeries. setPoint(Point point)Sets thePointof theTimeSeries.
-