public class ParsedExtendedStatsBucket extends ParsedExtendedStats implements ExtendedStatsBucket
ExtendedStats.Bounds
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValue
Aggregation.CommonFields
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
avg, stdDeviation, stdDeviationBoundLower, stdDeviationBoundUpper, sum, sumOfSquares, variance
count, max, min, valueAsString
metadata
TYPED_KEYS_DELIMITER
EMPTY_PARAMS
Constructor and Description |
---|
ParsedExtendedStatsBucket() |
Modifier and Type | Method and Description |
---|---|
static ParsedExtendedStatsBucket |
fromXContent(XContentParser parser,
java.lang.String name) |
java.lang.String |
getType() |
declareExtendedStatsFields, getStdDeviation, getStdDeviationAsString, getStdDeviationBound, getStdDeviationBoundAsString, getSumOfSquares, getSumOfSquaresAsString, getVariance, getVarianceAsString, otherStatsToXContent
declareStatsFields, doXContentBody, getAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsString
declareAggregationFields, getMetaData, getName, parseDouble, setName, toXContent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStdDeviation, getStdDeviationAsString, getStdDeviationBound, getStdDeviationBoundAsString, getSumOfSquares, getSumOfSquaresAsString, getVariance, getVarianceAsString
getAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsString
getMetaData, getName
isFragment, toXContent
public java.lang.String getType()
getType
in interface Aggregation
getType
in class ParsedExtendedStats
public static ParsedExtendedStatsBucket fromXContent(XContentParser parser, java.lang.String name)