public class Histogram.ExplicitBucketingStrategy extends Histogram.BucketingStrategy
| Modifier | Constructor and Description |
|---|---|
protected |
ExplicitBucketingStrategy(T lowerBound,
T upperBound) |
| Modifier and Type | Method and Description |
|---|---|
T |
getLowerBound() |
T |
getUpperBound() |
getValuespublic T getLowerBound()
getLowerBound in class Histogram.BucketingStrategypublic T getUpperBound()
getUpperBound in class Histogram.BucketingStrategyCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.