public static interface Histogram.Bucket
| Modifier and Type | Method and Description |
|---|---|
double |
count()
Returns the count of events in this bucket.
|
double |
maximum()
Returns the bucket maximum (exclusive).
|
double |
minimum()
Returns the bucket minimum (inclusive).
|
Copyright © 2018. All rights reserved.