Package io.opencensus.stats
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 io.opencensus.stats.AggregationData
AggregationData.CountData, AggregationData.DistributionData, AggregationData.LastValueDataDouble, AggregationData.LastValueDataLong, AggregationData.MeanData, AggregationData.SumDataDouble, AggregationData.SumDataLong
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
private final double
private final double
-
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_AggregationData_DistributionData
(double mean, long count, double sumOfSquaredDeviations, List<Long> bucketCounts, List<Exemplar> exemplars) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the aggregated bucket counts.long
getCount()
Returns the aggregated count.Returns theExemplar
s associated with histogram buckets.double
getMean()
Returns the aggregated mean.double
Returns the aggregated sum of squared deviations.int
hashCode()
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.DistributionData
Returns the aggregated mean.- Specified by:
getMean
in classAggregationData.DistributionData
- Returns:
- the aggregated mean.
-
getCount
public long getCount()Description copied from class:AggregationData.DistributionData
Returns the aggregated count.- Specified by:
getCount
in classAggregationData.DistributionData
- Returns:
- the aggregated count.
-
getSumOfSquaredDeviations
public double getSumOfSquaredDeviations()Description copied from class:AggregationData.DistributionData
Returns the aggregated sum of squared deviations.- Specified by:
getSumOfSquaredDeviations
in classAggregationData.DistributionData
- Returns:
- the aggregated sum of squared deviations.
-
getBucketCounts
Description copied from class:AggregationData.DistributionData
Returns the aggregated bucket counts. The returned list is immutable, trying to update it will throw anUnsupportedOperationException
.- Specified by:
getBucketCounts
in classAggregationData.DistributionData
- Returns:
- the aggregated bucket counts.
-
getExemplars
Description copied from class:AggregationData.DistributionData
Returns theExemplar
s associated with histogram buckets.- Specified by:
getExemplars
in classAggregationData.DistributionData
- Returns:
- the
Exemplar
s associated with histogram buckets.
-
toString
-
equals
-
hashCode
public int hashCode()
-