Class ParsedExtendedStatsBucket
java.lang.Object
org.elasticsearch.search.aggregations.ParsedAggregation
org.elasticsearch.search.aggregations.metrics.ParsedStats
org.elasticsearch.search.aggregations.metrics.ParsedExtendedStats
org.elasticsearch.search.aggregations.pipeline.ParsedExtendedStatsBucket
- All Implemented Interfaces:
- org.elasticsearch.common.xcontent.ToXContent,- org.elasticsearch.common.xcontent.ToXContentFragment,- Aggregation,- ExtendedStats,- NumericMetricsAggregation,- NumericMetricsAggregation.MultiValue,- Stats,- ExtendedStatsBucket
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.AggregationAggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.metrics.ExtendedStatsExtendedStats.BoundsNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregationNumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContentorg.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
- 
Field SummaryFields inherited from class org.elasticsearch.search.aggregations.metrics.ParsedExtendedStatsavg, stdDeviation, stdDeviationBoundLower, stdDeviationBoundLowerPopulation, stdDeviationBoundLowerSampling, stdDeviationBoundUpper, stdDeviationBoundUpperPopulation, stdDeviationBoundUpperSampling, stdDeviationPopulation, stdDeviationSampling, sum, sumOfSquares, variance, variancePopulation, varianceSamplingFields inherited from class org.elasticsearch.search.aggregations.metrics.ParsedStatscount, max, min, valueAsStringFields inherited from class org.elasticsearch.search.aggregations.ParsedAggregationmetadataFields inherited from interface org.elasticsearch.search.aggregations.AggregationTYPED_KEYS_DELIMITERFields inherited from interface org.elasticsearch.common.xcontent.ToXContentEMPTY_PARAMS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ParsedExtendedStatsBucketfromXContent(org.elasticsearch.common.xcontent.XContentParser parser, String name)getType()Methods inherited from class org.elasticsearch.search.aggregations.metrics.ParsedExtendedStatsdeclareExtendedStatsFields, getStdDeviation, getStdDeviationAsString, getStdDeviationBound, getStdDeviationBoundAsString, getStdDeviationPopulation, getStdDeviationPopulationAsString, getStdDeviationSampling, getStdDeviationSamplingAsString, getSumOfSquares, getSumOfSquaresAsString, getVariance, getVarianceAsString, getVariancePopulation, getVariancePopulationAsString, getVarianceSampling, getVarianceSamplingAsString, otherStatsToXContentMethods inherited from class org.elasticsearch.search.aggregations.metrics.ParsedStatsdeclareStatsFields, doXContentBody, getAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsString, value, valueNamesMethods inherited from class org.elasticsearch.search.aggregations.ParsedAggregationdeclareAggregationFields, getMetadata, getName, parseDouble, setName, toXContentMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.search.aggregations.AggregationgetMetadata, getNameMethods inherited from interface org.elasticsearch.search.aggregations.metrics.ExtendedStatsgetStdDeviation, getStdDeviationAsString, getStdDeviationBound, getStdDeviationBoundAsString, getStdDeviationPopulation, getStdDeviationPopulationAsString, getStdDeviationSampling, getStdDeviationSamplingAsString, getSumOfSquares, getSumOfSquaresAsString, getVariance, getVarianceAsString, getVariancePopulation, getVariancePopulationAsString, getVarianceSampling, getVarianceSamplingAsStringMethods inherited from interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation.MultiValuevalue, valueNamesMethods inherited from interface org.elasticsearch.search.aggregations.metrics.StatsgetAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsStringMethods inherited from interface org.elasticsearch.common.xcontent.ToXContenttoXContentMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragmentisFragment
- 
Constructor Details- 
ParsedExtendedStatsBucketpublic ParsedExtendedStatsBucket()
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein interface- Aggregation
- Overrides:
- getTypein class- ParsedExtendedStats
- Returns:
- a string representing the type of the aggregation. This type is added to the aggregation name in the response, so that it can later be used by clients to determine type of the aggregation and parse it into the proper object.
 
- 
fromXContentpublic static ParsedExtendedStatsBucket fromXContent(org.elasticsearch.common.xcontent.XContentParser parser, String name)
 
-