Package io.opencensus.stats
Class AutoValue_AggregationData_MeanData
java.lang.Object
io.opencensus.stats.AggregationData
io.opencensus.stats.AggregationData.MeanData
io.opencensus.stats.AutoValue_AggregationData_MeanData
@Immutable
@Deprecated
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_AggregationData_MeanData
extends AggregationData.MeanData
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.opencensus.stats.AggregationData
AggregationData.CountData, AggregationData.DistributionData, AggregationData.LastValueDataDouble, AggregationData.LastValueDataLong, AggregationData.MeanData, AggregationData.SumDataDouble, AggregationData.SumDataLong
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.opencensus.stats.AggregationData.MeanData
create, match
-
Field Details
-
mean
private final double meanDeprecated. -
count
private final long countDeprecated.
-
-
Constructor Details
-
AutoValue_AggregationData_MeanData
AutoValue_AggregationData_MeanData(double mean, long count) Deprecated.
-
-
Method Details
-
getMean
public double getMean()Deprecated.Description copied from class:AggregationData.MeanData
Returns the aggregated mean.- Specified by:
getMean
in classAggregationData.MeanData
- Returns:
- the aggregated mean.
-
getCount
public long getCount()Deprecated.Description copied from class:AggregationData.MeanData
Returns the aggregated count.- Specified by:
getCount
in classAggregationData.MeanData
- Returns:
- the aggregated count.
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-