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() |
getValues
public T getLowerBound()
getLowerBound
in class Histogram.BucketingStrategy
public T getUpperBound()
getUpperBound
in class Histogram.BucketingStrategy
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.