Package | Description |
---|---|
org.javasimon.callback.quantiles |
QuantilesCallback sorts splits to categories
(Bucket s) based on time ranges. |
Modifier and Type | Class and Description |
---|---|
class |
ExponentialBuckets
Exponentially organized
Buckets . |
class |
LinearBuckets
Linearly organized
Buckets . |
Modifier and Type | Method and Description |
---|---|
protected abstract Buckets |
QuantilesCallback.createBuckets(Stopwatch stopwatch)
Create Buckets for given stopwatch.
|
protected Buckets |
PropertiesQuantilesCallback.createBuckets(Stopwatch stopwatch)
Create buckets using callback attributes.
|
protected Buckets |
FixedQuantilesCallback.createBuckets(Stopwatch stopwatch)
Create buckets using callback attributes
|
protected Buckets |
AutoQuantilesCallback.createBuckets(Stopwatch stopwatch)
When warmup ends, buckets are create and retained splits are sorted in the buckets.
|
protected Buckets |
QuantilesCallback.createBuckets(Stopwatch stopwatch,
long min,
long max,
int bucketNb)
Factory method to create a Buckets object using given configuration.
|
abstract Buckets |
BucketsType.createBuckets(Stopwatch stopwatch,
long min,
long max,
int bucketNb)
Factory method to create
Buckets . |
protected Buckets |
AutoQuantilesCallback.createBucketsAfterWarmup(Stopwatch stopwatch)
Create the buckets after warmup time.
|
static Buckets |
QuantilesCallback.getBuckets(Stopwatch stopwatch)
Returns the buckets attribute.
|
protected Buckets |
QuantilesCallback.getOrCreateBuckets(Stopwatch stopwatch)
Returns the buckets attribute or create it if it does not exist.
|
Copyright © 2019. All rights reserved.