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 BucketBoundaries
MutableAggregation.MutableDistribution.bucketBoundaries
Methods in io.opencensus.implcore.stats that return BucketBoundariesModifier and TypeMethodDescription(package private) BucketBoundaries
MutableAggregation.MutableDistribution.getBucketBoundaries()
Methods in io.opencensus.implcore.stats with parameters of type BucketBoundariesModifier and TypeMethodDescription(package private) static MutableAggregation.MutableDistribution
MutableAggregation.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 BucketBoundaries
AutoValue_Aggregation_Distribution.bucketBoundaries
Methods in io.opencensus.stats that return BucketBoundariesModifier and TypeMethodDescriptionstatic final BucketBoundaries
Returns aBucketBoundaries
with the given buckets.abstract BucketBoundaries
Aggregation.Distribution.getBucketBoundaries()
Returns theDistribution
's bucket boundaries.AutoValue_Aggregation_Distribution.getBucketBoundaries()
Methods in io.opencensus.stats with parameters of type BucketBoundariesModifier and TypeMethodDescriptionstatic Aggregation.Distribution
Aggregation.Distribution.create
(BucketBoundaries bucketBoundaries) Construct aDistribution
.Constructors in io.opencensus.stats with parameters of type BucketBoundariesModifierConstructorDescription(package private)
AutoValue_Aggregation_Distribution
(BucketBoundaries bucketBoundaries)