Uses of Class
io.opencensus.stats.Aggregation.Count
-
Packages that use Aggregation.Count Package Description io.opencensus.implcore.stats io.opencensus.stats API for stats recording. -
-
Uses of Aggregation.Count in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats with parameters of type Aggregation.Count Modifier and Type Method Description MutableAggregation
RecordUtils.CreateMutableCount. apply(Aggregation.Count arg)
-
Uses of Aggregation.Count in io.opencensus.stats
Subclasses of Aggregation.Count in io.opencensus.stats Modifier and Type Class Description (package private) class
AutoValue_Aggregation_Count
Fields in io.opencensus.stats declared as Aggregation.Count Modifier and Type Field Description private static Aggregation.Count
Aggregation.Count. INSTANCE
Methods in io.opencensus.stats that return Aggregation.Count Modifier and Type Method Description static Aggregation.Count
Aggregation.Count. create()
Construct aCount
.
-