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) Point
MutableAggregation.MutableCount. toPoint(Timestamp timestamp)
(package private) Point
MutableAggregation.MutableDistribution. toPoint(Timestamp timestamp)
(package private) Point
MutableAggregation.MutableLastValueDouble. toPoint(Timestamp timestamp)
(package private) Point
MutableAggregation.MutableLastValueLong. toPoint(Timestamp timestamp)
(package private) Point
MutableAggregation.MutableMean. toPoint(Timestamp timestamp)
(package private) Point
MutableAggregation.MutableSumDouble. toPoint(Timestamp timestamp)
(package private) Point
MutableAggregation.MutableSumLong. toPoint(Timestamp timestamp)
(package private) abstract Point
MutableAggregation. 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) class
AutoValue_Point
Fields in io.opencensus.metrics.export with type parameters of type Point Modifier and Type Field Description private java.util.List<Point>
AutoValue_TimeSeries. points
Methods in io.opencensus.metrics.export that return Point Modifier and Type Method Description static Point
Point. 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 dataPoint
s of thisTimeSeries
.Methods in io.opencensus.metrics.export with parameters of type Point Modifier and Type Method Description static TimeSeries
TimeSeries. createWithOnePoint(java.util.List<LabelValue> labelValues, Point point, Timestamp startTimestamp)
Creates aTimeSeries
.TimeSeries
TimeSeries. setPoint(Point point)
Sets thePoint
of theTimeSeries
.
-