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