| Package | Description |
|---|---|
| org.javasimon.callback.quantiles |
QuantilesCallback sorts splits to categories
(Buckets) based on time ranges. |
| Modifier and Type | Field and Description |
|---|---|
protected Bucket[] |
Buckets.buckets
Array of buckets, sorted by ranges.
|
| Modifier and Type | Method and Description |
|---|---|
protected Bucket |
LinearBuckets.getBucketForValue(long value)
Get the bucket containing the given value.
|
protected Bucket |
ExponentialBuckets.getBucketForValue(long value)
Get the bucket containing the given value.
|
protected Bucket |
Buckets.getBucketForValue(long value)
Get the bucket containing the given value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bucket> |
Buckets.getBuckets()
Returns the bucket list.
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
ExponentialBuckets.estimateQuantile(Bucket bucket,
double expectedCount,
double lastCount)
Interpolate quantile located in given Bucket using linear regression.
|
protected double |
Buckets.estimateQuantile(Bucket bucket,
double expectedCount,
double lastCount)
Interpolate quantile located in given Bucket using linear regression.
|
Copyright © 2019. All rights reserved.