public abstract class InternalNumericMetricsAggregation extends InternalAggregation
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalNumericMetricsAggregation.MultiValue |
static class |
InternalNumericMetricsAggregation.SingleValue |
InternalAggregation.ReduceContextAggregation.CommonFieldsToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field and Description |
|---|---|
protected DocValueFormat |
format |
metaData, nameTYPED_KEYS_DELIMITEREMPTY_PARAMS| Modifier | Constructor and Description |
|---|---|
protected |
InternalNumericMetricsAggregation(StreamInput in)
Read from a stream.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
doEquals, doHashCode, doReduce, doWriteTo, doXContentBody, getMetaData, getName, getProperty, getProperty, getType, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitisFragmentgetWriteableNameprotected DocValueFormat format
protected InternalNumericMetricsAggregation(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic int hashCode()
hashCode in class InternalAggregationpublic boolean equals(java.lang.Object obj)
equals in class InternalAggregation