Uses of Class
io.opencensus.stats.AggregationData
Packages that use AggregationData
Package
Description
API for stats recording.
-
Uses of AggregationData in io.opencensus.contrib.zpages
Methods in io.opencensus.contrib.zpages with parameters of type AggregationDataModifier and TypeMethodDescriptionprivate static voidRpczZPageHandler.getStats(RpczZPageHandler.StatsSnapshot snapshot, AggregationData data, View view, ViewData.AggregationWindowData windowData) Method parameters in io.opencensus.contrib.zpages with type arguments of type AggregationDataModifier and TypeMethodDescriptionprivate static voidStatszZPageHandler.emitViewDataRow(View view, Map.Entry<List<TagValue>, AggregationData> entry, PrintWriter out, Formatter formatter) -
Uses of AggregationData in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats that return AggregationDataModifier and TypeMethodDescription(package private) AggregationDataMutableAggregation.MutableCount.toAggregationData()(package private) AggregationDataMutableAggregation.MutableDistribution.toAggregationData()(package private) AggregationDataMutableAggregation.MutableLastValueDouble.toAggregationData()(package private) AggregationDataMutableAggregation.MutableLastValueLong.toAggregationData()(package private) AggregationDataMutableAggregation.MutableMean.toAggregationData()(package private) AggregationDataMutableAggregation.MutableSumDouble.toAggregationData()(package private) AggregationDataMutableAggregation.MutableSumLong.toAggregationData()(package private) abstract AggregationDataMutableAggregation.toAggregationData()Methods in io.opencensus.implcore.stats that return types with arguments of type AggregationDataModifier and TypeMethodDescriptionprivate Map<List<TagValue>, AggregationData> MutableViewData.IntervalMutableViewData.combineBucketsAndGetAggregationMap(Timestamp now) (package private) static <T> Map<T, AggregationData> RecordUtils.createAggregationMap(Map<T, MutableAggregation> tagValueAggregationMap, Measure measure) -
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.(package private) final class(package private) final class(package private) final class(package private) final class(package private) final classDeprecated.(package private) final class(package private) final classFields in io.opencensus.stats with type parameters of type AggregationDataModifier and TypeFieldDescriptionprivate final Map<List<TagValue>, AggregationData> AutoValue_ViewData.aggregationMapMethods in io.opencensus.stats that return types with arguments of type AggregationDataModifier and TypeMethodDescriptionAutoValue_ViewData.getAggregationMap()abstract Map<List<TagValue>, AggregationData> ViewData.getAggregationMap()TheAggregationDatagrouped by combination of tag values, associated with thisViewData.Methods in io.opencensus.stats with parameters of type AggregationDataModifier and TypeMethodDescriptionprivate static voidViewData.checkAggregation(Aggregation aggregation, AggregationData aggregationData, Measure measure) private static StringViewData.createErrorMessageForAggregation(Aggregation aggregation, AggregationData aggregationData) private static voidViewData.throwIfAggregationMismatch(boolean isValid, Aggregation aggregation, AggregationData aggregationData) 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).private static ViewDataViewData.createInternal(View view, Map<List<TagValue>, AggregationData> aggregationMap, ViewData.AggregationWindowData window, Timestamp start, Timestamp end) Constructor parameters in io.opencensus.stats with type arguments of type AggregationDataModifierConstructorDescription(package private)AutoValue_ViewData(View view, Map<List<TagValue>, AggregationData> aggregationMap, ViewData.AggregationWindowData windowData, Timestamp start, Timestamp end)
AggregationData.DistributionDatainstead.