Uses of Class
io.opencensus.stats.Aggregation.LastValue
-
Packages that use Aggregation.LastValue Package Description io.opencensus.stats API for stats recording. -
-
Uses of Aggregation.LastValue in io.opencensus.stats
Subclasses of Aggregation.LastValue in io.opencensus.stats Modifier and Type Class Description (package private) class
AutoValue_Aggregation_LastValue
Fields in io.opencensus.stats declared as Aggregation.LastValue Modifier and Type Field Description private static Aggregation.LastValue
Aggregation.LastValue. INSTANCE
Methods in io.opencensus.stats that return Aggregation.LastValue Modifier and Type Method Description static Aggregation.LastValue
Aggregation.LastValue. create()
Construct aLastValue
.
-