Uses of Class
io.opencensus.stats.AggregationData
-
Packages that use AggregationData Package Description io.opencensus.contrib.zpages io.opencensus.implcore.stats io.opencensus.stats API for stats recording. -
-
Uses of AggregationData in io.opencensus.contrib.zpages
Methods in io.opencensus.contrib.zpages with parameters of type AggregationData Modifier and Type Method Description private 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 AggregationData Modifier and Type Method Description private static voidStatszZPageHandler. emitViewDataRow(View view, java.util.Map.Entry<java.util.List<TagValue>,AggregationData> entry, java.io.PrintWriter out, java.util.Formatter formatter) -
Uses of AggregationData in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats that return AggregationData Modifier and Type Method Description (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 AggregationData Modifier and Type Method Description private java.util.Map<java.util.List<TagValue>,AggregationData>MutableViewData.IntervalMutableViewData. combineBucketsAndGetAggregationMap(Timestamp now)(package private) static <T> java.util.Map<T,AggregationData>RecordUtils. createAggregationMap(java.util.Map<T,MutableAggregation> tagValueAggregationMap, Measure measure) -
Uses of AggregationData in io.opencensus.stats
Subclasses of AggregationData in io.opencensus.stats Modifier and Type Class Description static classAggregationData.CountDataThe count value of aggregatedMeasureValues.static classAggregationData.DistributionDataThe distribution stats of aggregatedMeasureValues.static classAggregationData.LastValueDataDoubleThe last value of aggregatedMeasureValueDoubles.static classAggregationData.LastValueDataLongThe last value of aggregatedMeasureValueLongs.static classAggregationData.MeanDataDeprecated.since 0.13, useAggregationData.DistributionDatainstead.static classAggregationData.SumDataDoubleThe sum value of aggregatedMeasureValueDoubles.static classAggregationData.SumDataLongThe sum value of aggregatedMeasureValueLongs.(package private) classAutoValue_AggregationData_CountData(package private) classAutoValue_AggregationData_DistributionData(package private) classAutoValue_AggregationData_LastValueDataDouble(package private) classAutoValue_AggregationData_LastValueDataLong(package private) classAutoValue_AggregationData_MeanDataDeprecated.(package private) classAutoValue_AggregationData_SumDataDouble(package private) classAutoValue_AggregationData_SumDataLongFields in io.opencensus.stats with type parameters of type AggregationData Modifier and Type Field Description private java.util.Map<java.util.List<TagValue>,AggregationData>AutoValue_ViewData. aggregationMapMethods in io.opencensus.stats that return types with arguments of type AggregationData Modifier and Type Method Description java.util.Map<java.util.List<TagValue>,AggregationData>AutoValue_ViewData. getAggregationMap()abstract java.util.Map<java.util.List<TagValue>,AggregationData>ViewData. getAggregationMap()TheAggregationDatagrouped by combination of tag values, associated with thisViewData.Methods in io.opencensus.stats with parameters of type AggregationData Modifier and Type Method Description private static voidViewData. checkAggregation(Aggregation aggregation, AggregationData aggregationData, Measure measure)private static java.lang.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 AggregationData Modifier and Type Method Description static ViewDataViewData. create(View view, java.util.Map<? extends java.util.List<TagValue>,? extends AggregationData> map, Timestamp start, Timestamp end)Constructs a newViewData.static ViewDataViewData. create(View view, java.util.Map<? extends java.util.List<TagValue>,? extends AggregationData> map, ViewData.AggregationWindowData windowData)Deprecated.in favor ofViewData.create(View, Map, Timestamp, Timestamp).private static ViewDataViewData. createInternal(View view, java.util.Map<java.util.List<TagValue>,AggregationData> aggregationMap, ViewData.AggregationWindowData window, Timestamp start, Timestamp end)Constructor parameters in io.opencensus.stats with type arguments of type AggregationData Constructor Description AutoValue_ViewData(View view, java.util.Map<java.util.List<TagValue>,AggregationData> aggregationMap, ViewData.AggregationWindowData windowData, Timestamp start, Timestamp end)
-