Uses of Class
org.elasticsearch.search.aggregations.metrics.ExtendedStats.Bounds
-
Packages that use ExtendedStats.Bounds Package Description org.elasticsearch.search.aggregations.metrics -
-
Uses of ExtendedStats.Bounds in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return ExtendedStats.Bounds Modifier and Type Method Description static ExtendedStats.BoundsExtendedStats.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.Methods in org.elasticsearch.search.aggregations.metrics with parameters of type ExtendedStats.Bounds Modifier and Type Method Description doubleExtendedStats. getStdDeviationBound(ExtendedStats.Bounds bound)The upper or lower bounds of the stdDeviationdoubleInternalExtendedStats. getStdDeviationBound(ExtendedStats.Bounds bound)doubleParsedExtendedStats. getStdDeviationBound(ExtendedStats.Bounds bound)StringExtendedStats. getStdDeviationBoundAsString(ExtendedStats.Bounds bound)The upper or lower bounds of stdDev of the collected values as a String.StringInternalExtendedStats. getStdDeviationBoundAsString(ExtendedStats.Bounds bound)StringParsedExtendedStats. getStdDeviationBoundAsString(ExtendedStats.Bounds bound)
-