Uses of Class
io.opencensus.stats.Aggregation
Packages that use Aggregation
-
Uses of Aggregation in io.opencensus.stats
Subclasses of Aggregation in io.opencensus.statsModifier and TypeClassDescriptionstatic classCalculate count on aggregatedMeasureValues.static classCalculate distribution stats on aggregatedMeasureValues.static classCalculate the last value of aggregatedMeasureValues.static classDeprecated.static classCalculate sum on aggregatedMeasureValues.Methods in io.opencensus.stats that return AggregationModifier and TypeMethodDescriptionabstract AggregationView.getAggregation()TheAggregationassociated with thisView.Methods in io.opencensus.stats with parameters of type AggregationModifier and TypeMethodDescriptionstatic ViewView.create(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns) Constructs a newView.static ViewView.create(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window) Deprecated.
Aggregation.Distributioninstead.