|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dna.common.stats.Histogram.BucketingStrategy
public abstract class Histogram.BucketingStrategy
Constructor Summary | |
---|---|
Histogram.BucketingStrategy()
|
Method Summary | |
---|---|
abstract T |
getLowerBound()
|
abstract T |
getUpperBound()
|
java.util.List<T> |
getValues()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Histogram.BucketingStrategy()
Method Detail |
---|
public java.util.List<T> getValues()
public abstract T getLowerBound()
public abstract T getUpperBound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |