Package | Description |
---|---|
org.elasticsearch.search.aggregations.metrics.stats.extended |
Modifier and Type | Method and Description |
---|---|
static ExtendedStats.Bounds |
ExtendedStats.Bounds.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedStats.Bounds[] |
ExtendedStats.Bounds.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
InternalExtendedStats.getStdDeviationBound(ExtendedStats.Bounds bound) |
double |
ExtendedStats.getStdDeviationBound(ExtendedStats.Bounds bound)
The upper or lower bounds of the stdDeviation
|
String |
InternalExtendedStats.getStdDeviationBoundAsString(ExtendedStats.Bounds bound) |
String |
ExtendedStats.getStdDeviationBoundAsString(ExtendedStats.Bounds bound)
The upper or lower bounds of stdDev of the collected values as a String.
|
Copyright © 2009–2015. All rights reserved.