NamedWriteable, Writeable, ToXContent, ToXContentFragment, Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.MultiValue, ExtendedStats, Stats, ExtendedStatsBucketpublic class InternalExtendedStatsBucket extends InternalExtendedStats implements ExtendedStatsBucket
Aggregation.CommonFieldsExtendedStats.BoundsInternalAggregation.ReduceContextInternalNumericMetricsAggregation.MultiValue, InternalNumericMetricsAggregation.SingleValueNumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>TYPED_KEYS_DELIMITERmetaData, nameformatcount, max, min, sumEMPTY_PARAMS| Constructor | Description |
|---|---|
InternalExtendedStatsBucket(StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
InternalExtendedStats |
doReduce(java.util.List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
|
java.lang.String |
getWriteableName() |
Returns the name of the writeable object
|
getMetaData, getName, getTypegetStdDeviation, getStdDeviationAsString, getStdDeviationBound, getStdDeviationBoundAsString, getSumOfSquares, getSumOfSquaresAsString, getVariance, getVarianceAsStringgetMetaData, getName, getProperty, getType, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeTodoEquals, doHashCode, getSigma, getStdDeviation, getStdDeviationAsString, getStdDeviationBound, getStdDeviationBoundAsString, getSumOfSquares, getSumOfSquaresAsString, getVariance, getVarianceAsString, otherStatsToXContent, value, writeOtherStatsToequals, hashCodegetProperty, valueAsStringdoWriteTo, doXContentBody, getAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsStringtoXContentisFragmentpublic InternalExtendedStatsBucket(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getWriteableName()
NamedWriteablegetWriteableName in interface NamedWriteablegetWriteableName in class InternalExtendedStatspublic InternalExtendedStats doReduce(java.util.List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
doReduce in class InternalExtendedStats