Uses of Class
io.opencensus.stats.BucketBoundaries
Packages that use BucketBoundaries
-
Uses of BucketBoundaries in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as BucketBoundariesModifier and TypeFieldDescriptionprivate final BucketBoundariesMutableAggregation.MutableDistribution.bucketBoundariesMethods in io.opencensus.implcore.stats that return BucketBoundariesModifier and TypeMethodDescription(package private) BucketBoundariesMutableAggregation.MutableDistribution.getBucketBoundaries()Methods in io.opencensus.implcore.stats with parameters of type BucketBoundariesModifier and TypeMethodDescription(package private) static MutableAggregation.MutableDistributionMutableAggregation.MutableDistribution.create(BucketBoundaries bucketBoundaries) Construct aMutableDistribution.Constructors in io.opencensus.implcore.stats with parameters of type BucketBoundaries -
Uses of BucketBoundaries in io.opencensus.stats
Subclasses of BucketBoundaries in io.opencensus.statsFields in io.opencensus.stats declared as BucketBoundariesModifier and TypeFieldDescriptionprivate final BucketBoundariesAutoValue_Aggregation_Distribution.bucketBoundariesMethods in io.opencensus.stats that return BucketBoundariesModifier and TypeMethodDescriptionstatic final BucketBoundariesReturns aBucketBoundarieswith the given buckets.abstract BucketBoundariesAggregation.Distribution.getBucketBoundaries()Returns theDistribution's bucket boundaries.AutoValue_Aggregation_Distribution.getBucketBoundaries()Methods in io.opencensus.stats with parameters of type BucketBoundariesModifier and TypeMethodDescriptionstatic Aggregation.DistributionAggregation.Distribution.create(BucketBoundaries bucketBoundaries) Construct aDistribution.Constructors in io.opencensus.stats with parameters of type BucketBoundariesModifierConstructorDescription(package private)AutoValue_Aggregation_Distribution(BucketBoundaries bucketBoundaries)