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 MutableAggregationRecordUtils.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) classAutoValue_Aggregation_CountFields in io.opencensus.stats declared as Aggregation.Count Modifier and Type Field Description private static Aggregation.CountAggregation.Count. INSTANCEMethods in io.opencensus.stats that return Aggregation.Count Modifier and Type Method Description static Aggregation.CountAggregation.Count. create()Construct aCount.
-