Uses of Class
io.opencensus.implcore.stats.IntervalBucket
-
Packages that use IntervalBucket Package Description io.opencensus.implcore.stats -
-
Uses of IntervalBucket in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats with type parameters of type IntervalBucket Modifier and Type Field Description private java.util.ArrayDeque<IntervalBucket>
MutableViewData.IntervalMutableViewData. buckets
Method parameters in io.opencensus.implcore.stats with type arguments of type IntervalBucket Modifier and Type Method Description private static void
MutableViewData.IntervalMutableViewData. putBucketsIntoMultiMap(java.util.ArrayDeque<IntervalBucket> buckets, com.google.common.collect.Multimap<java.util.List<TagValue>,MutableAggregation> multimap, Aggregation aggregation, Measure measure, Timestamp now)
-