public abstract class Histogram.BucketingStrategy extends Object
| Constructor and Description |
|---|
BucketingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getLowerBound() |
abstract T |
getUpperBound() |
List<T> |
getValues() |
public BucketingStrategy()
public abstract T getLowerBound()
public abstract T getUpperBound()
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.