Uses of Class
io.opencensus.stats.BucketBoundaries
-
Packages that use BucketBoundaries Package Description io.opencensus.implcore.stats io.opencensus.stats API for stats recording. -
-
Uses of BucketBoundaries in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as BucketBoundaries Modifier and Type Field Description private BucketBoundariesMutableAggregation.MutableDistribution. bucketBoundariesMethods in io.opencensus.implcore.stats that return BucketBoundaries Modifier and Type Method Description (package private) BucketBoundariesMutableAggregation.MutableDistribution. getBucketBoundaries()Methods in io.opencensus.implcore.stats with parameters of type BucketBoundaries Modifier and Type Method Description (package private) static MutableAggregation.MutableDistributionMutableAggregation.MutableDistribution. create(BucketBoundaries bucketBoundaries)Construct aMutableDistribution.Constructors in io.opencensus.implcore.stats with parameters of type BucketBoundaries Constructor Description MutableDistribution(BucketBoundaries bucketBoundaries) -
Uses of BucketBoundaries in io.opencensus.stats
Subclasses of BucketBoundaries in io.opencensus.stats Modifier and Type Class Description (package private) classAutoValue_BucketBoundariesFields in io.opencensus.stats declared as BucketBoundaries Modifier and Type Field Description private BucketBoundariesAutoValue_Aggregation_Distribution. bucketBoundariesMethods in io.opencensus.stats that return BucketBoundaries Modifier and Type Method Description static BucketBoundariesBucketBoundaries. create(java.util.List<java.lang.Double> bucketBoundaries)Returns aBucketBoundarieswith the given buckets.abstract BucketBoundariesAggregation.Distribution. getBucketBoundaries()Returns theDistribution's bucket boundaries.BucketBoundariesAutoValue_Aggregation_Distribution. getBucketBoundaries()Methods in io.opencensus.stats with parameters of type BucketBoundaries Modifier and Type Method Description static Aggregation.DistributionAggregation.Distribution. create(BucketBoundaries bucketBoundaries)Construct aDistribution.Constructors in io.opencensus.stats with parameters of type BucketBoundaries Constructor Description AutoValue_Aggregation_Distribution(BucketBoundaries bucketBoundaries)
-