Uses of Class
io.opencensus.stats.AggregationData.LastValueDataDouble
-
Packages that use AggregationData.LastValueDataDouble Package Description io.opencensus.stats API for stats recording. -
-
Uses of AggregationData.LastValueDataDouble in io.opencensus.stats
Subclasses of AggregationData.LastValueDataDouble in io.opencensus.stats Modifier and Type Class Description (package private) class
AutoValue_AggregationData_LastValueDataDouble
Methods in io.opencensus.stats that return AggregationData.LastValueDataDouble Modifier and Type Method Description static AggregationData.LastValueDataDouble
AggregationData.LastValueDataDouble. create(double lastValue)
Creates aLastValueDataDouble
.
-