public abstract class InternalNumericMetricsAggregation extends InternalAggregation
Modifier and Type | Class and Description |
---|---|
static class |
InternalNumericMetricsAggregation.MultiValue |
static class |
InternalNumericMetricsAggregation.SingleValue |
InternalAggregation.ReduceContext
Aggregation.CommonFields
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
Modifier and Type | Field and Description |
---|---|
protected DocValueFormat |
format |
metaData, name
TYPED_KEYS_DELIMITER
EMPTY_PARAMS
Modifier | Constructor and Description |
---|---|
protected |
InternalNumericMetricsAggregation(StreamInput in)
Read from a stream.
|
doReduce, doWriteTo, doXContentBody, getMetaData, getName, getProperty, getProperty, getType, pipelineAggregators, readSize, reduce, toXContent, writeSize, writeTo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFragment
getWriteableName
protected DocValueFormat format
protected InternalNumericMetricsAggregation(StreamInput in) throws java.io.IOException
java.io.IOException