public final class BucketSample extends Object
Bucket
sample.Constructor and Description |
---|
BucketSample(long min,
long max,
int count)
Constructor with min/max value specified.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public BucketSample(long min, long max, int count)
min
- min valuemax
- max valueCopyright © 2019. All rights reserved.