Class AutoValue_AggregationData_DistributionData
java.lang.Object
io.opencensus.stats.AggregationData
io.opencensus.stats.AggregationData.DistributionData
io.opencensus.stats.AutoValue_AggregationData_DistributionData
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_AggregationData_DistributionData
extends AggregationData.DistributionData
-
Nested Class Summary
Nested classes/interfaces inherited from class AggregationData
AggregationData.CountData, AggregationData.DistributionData, AggregationData.LastValueDataDouble, AggregationData.LastValueDataLong, AggregationData.MeanData, AggregationData.SumDataDouble, AggregationData.SumDataLong -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longprivate final doubleprivate final double -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_AggregationData_DistributionData(double mean, long count, double sumOfSquaredDeviations, List<Long> bucketCounts, List<Exemplar> exemplars) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the aggregated bucket counts.longgetCount()Returns the aggregated count.Returns theExemplars associated with histogram buckets.doublegetMean()Returns the aggregated mean.doubleReturns the aggregated sum of squared deviations.inthashCode()toString()
-
Field Details
-
mean
private final double mean -
count
private final long count -
sumOfSquaredDeviations
private final double sumOfSquaredDeviations -
bucketCounts
-
exemplars
-
-
Constructor Details
-
AutoValue_AggregationData_DistributionData
-
-
Method Details
-
getMean
public double getMean()Description copied from class:AggregationData.DistributionDataReturns the aggregated mean.- Specified by:
getMeanin classAggregationData.DistributionData- Returns:
- the aggregated mean.
-
getCount
public long getCount()Description copied from class:AggregationData.DistributionDataReturns the aggregated count.- Specified by:
getCountin classAggregationData.DistributionData- Returns:
- the aggregated count.
-
getSumOfSquaredDeviations
public double getSumOfSquaredDeviations()Description copied from class:AggregationData.DistributionDataReturns the aggregated sum of squared deviations.- Specified by:
getSumOfSquaredDeviationsin classAggregationData.DistributionData- Returns:
- the aggregated sum of squared deviations.
-
getBucketCounts
Description copied from class:AggregationData.DistributionDataReturns the aggregated bucket counts. The returned list is immutable, trying to update it will throw anUnsupportedOperationException.- Specified by:
getBucketCountsin classAggregationData.DistributionData- Returns:
- the aggregated bucket counts.
-
getExemplars
Description copied from class:AggregationData.DistributionDataReturns theExemplars associated with histogram buckets.- Specified by:
getExemplarsin classAggregationData.DistributionData- Returns:
- the
Exemplars associated with histogram buckets.
-
toString
-
equals
-
hashCode
-