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 BucketBoundaries
MutableAggregation.MutableDistribution. bucketBoundaries
Methods in io.opencensus.implcore.stats that return BucketBoundaries Modifier and Type Method Description (package private) BucketBoundaries
MutableAggregation.MutableDistribution. getBucketBoundaries()
Methods in io.opencensus.implcore.stats with parameters of type BucketBoundaries Modifier and Type Method Description (package private) static MutableAggregation.MutableDistribution
MutableAggregation.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) class
AutoValue_BucketBoundaries
Fields in io.opencensus.stats declared as BucketBoundaries Modifier and Type Field Description private BucketBoundaries
AutoValue_Aggregation_Distribution. bucketBoundaries
Methods in io.opencensus.stats that return BucketBoundaries Modifier and Type Method Description static BucketBoundaries
BucketBoundaries. create(java.util.List<java.lang.Double> bucketBoundaries)
Returns aBucketBoundaries
with the given buckets.abstract BucketBoundaries
Aggregation.Distribution. getBucketBoundaries()
Returns theDistribution
's bucket boundaries.BucketBoundaries
AutoValue_Aggregation_Distribution. getBucketBoundaries()
Methods in io.opencensus.stats with parameters of type BucketBoundaries Modifier and Type Method Description static Aggregation.Distribution
Aggregation.Distribution. create(BucketBoundaries bucketBoundaries)
Construct aDistribution
.Constructors in io.opencensus.stats with parameters of type BucketBoundaries Constructor Description AutoValue_Aggregation_Distribution(BucketBoundaries bucketBoundaries)
-