Uses of Class
io.opencensus.stats.AggregationData
Packages that use AggregationData
-
Uses of AggregationData in io.opencensus.stats
Subclasses of AggregationData in io.opencensus.statsModifier and TypeClassDescriptionstatic classThe count value of aggregatedMeasureValues.static classThe distribution stats of aggregatedMeasureValues.static classThe last value of aggregatedMeasureValueDoubles.static classThe last value of aggregatedMeasureValueLongs.static classDeprecated.static classThe sum value of aggregatedMeasureValueDoubles.static classThe sum value of aggregatedMeasureValueLongs.Methods in io.opencensus.stats that return types with arguments of type AggregationDataModifier and TypeMethodDescriptionabstract Map<List<TagValue>, AggregationData> ViewData.getAggregationMap()TheAggregationDatagrouped by combination of tag values, associated with thisViewData.Method parameters in io.opencensus.stats with type arguments of type AggregationDataModifier and TypeMethodDescriptionstatic ViewDataViewData.create(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, Timestamp start, Timestamp end) Constructs a newViewData.static ViewDataViewData.create(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, ViewData.AggregationWindowData windowData) Deprecated.in favor ofViewData.create(View, Map, Timestamp, Timestamp).
AggregationData.DistributionDatainstead.