| Modifier and Type | Field and Description |
|---|---|
protected ScaleFunction |
TDigest.scale |
| Modifier and Type | Method and Description |
|---|---|
ScaleFunction |
MergingDigest.getScaleFunction() |
static ScaleFunction |
ScaleFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaleFunction[] |
ScaleFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TDigest.setScaleFunction(ScaleFunction scaleFunction) |
void |
MergingDigest.setScaleFunction(ScaleFunction scaleFunction) |
Copyright © 2021. All rights reserved.