|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.javasimon.callback.quantiles.BucketSample
public final class BucketSample
Bucket sample.
| Field Summary | |
|---|---|
private int |
count
Number of values in the range min-max. |
private long |
max
Maximal value. |
private long |
min
Minimal value. |
| Constructor Summary | |
|---|---|
BucketSample(long min,
long max,
int count)
Constructor with min/max value specified. |
|
| Method Summary | |
|---|---|
int |
getCount()
Get number of values in the range. |
long |
getMax()
Get upper bound of the range. |
long |
getMin()
Get lower bound of the range. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final long min
private final long max
private final int count
| Constructor Detail |
|---|
public BucketSample(long min,
long max,
int count)
min - min valuemax - max value| Method Detail |
|---|
public int getCount()
public long getMax()
public long getMin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||