|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BucketsType | |
|---|---|
| org.javasimon.callback.quantiles | QuantilesCallback sorts splits to categories
(Buckets) based on time ranges. |
| Uses of BucketsType in org.javasimon.callback.quantiles |
|---|
| Fields in org.javasimon.callback.quantiles declared as BucketsType | |
|---|---|
private BucketsType |
QuantilesCallback.bucketsType
Type of the buckets: linear or exponential |
| Fields in org.javasimon.callback.quantiles with type parameters of type BucketsType | |
|---|---|
private PropertiesQuantilesCallback.EnumPropertyType<BucketsType> |
PropertiesQuantilesCallback.bucketsTypeEnumPropertyType
Get bucket type property for Simon |
| Methods in org.javasimon.callback.quantiles that return BucketsType | |
|---|---|
BucketsType |
QuantilesCallback.getBucketsType()
Get buckets type |
static BucketsType |
BucketsType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BucketsType[] |
BucketsType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.javasimon.callback.quantiles with parameters of type BucketsType | |
|---|---|
AutoQuantilesCallback(BucketsType bucketsType,
long warmupCounter,
int bucketNb)
Constructor with all configuration |
|
FixedQuantilesCallback(BucketsType bucketsType,
long min,
long max,
int bucketNb)
Constructor with all configuration |
|
QuantilesCallback(BucketsType bucketsType)
Constructor with buckets type |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||