NamedWriteable, Writeable, ToXContent, ToXContentFragment, Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.SingleValue, BucketMetricValuepublic class InternalBucketMetricValue extends InternalNumericMetricsAggregation.SingleValue implements BucketMetricValue
Aggregation.CommonFieldsInternalAggregation.ReduceContextInternalNumericMetricsAggregation.MultiValue, InternalNumericMetricsAggregation.SingleValueNumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
NAME |
TYPED_KEYS_DELIMITERmetaData, nameformatEMPTY_PARAMS| Constructor | Description |
|---|---|
InternalBucketMetricValue(java.lang.String name,
java.lang.String[] keys,
double value,
DocValueFormat formatter,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
|
InternalBucketMetricValue(StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
doEquals(java.lang.Object obj) |
Opportunity for subclasses to add criteria to the
InternalAggregation.equals(Object)
method for this class. |
protected int |
doHashCode() |
Opportunity for subclasses to the
InternalAggregation.hashCode() for this
class. |
InternalAggregation |
doReduce(java.util.List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
|
protected void |
doWriteTo(StreamOutput out) |
|
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
|
java.lang.Object |
getProperty(java.util.List<java.lang.String> path) |
|
java.lang.String |
getWriteableName() |
Returns the name of the writeable object
|
java.lang.String[] |
keys() |
|
double |
value() |
getMetaData, getName, getTypegetMetaData, getName, getProperty, getType, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeToequals, hashCodegetValueAsStringgetValueAsStringclone, finalize, getClass, notify, notifyAll, wait, wait, waittoXContentisFragmentpublic static final java.lang.String NAME
public InternalBucketMetricValue(java.lang.String name,
java.lang.String[] keys,
double value,
DocValueFormat formatter,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData)
public InternalBucketMetricValue(StreamInput in) throws java.io.IOException
java.io.IOExceptionprotected void doWriteTo(StreamOutput out) throws java.io.IOException
doWriteTo in class InternalAggregationjava.io.IOExceptionpublic java.lang.String getWriteableName()
NamedWriteablegetWriteableName in interface NamedWriteablepublic double value()
value in interface NumericMetricsAggregation.SingleValuepublic java.lang.String[] keys()
keys in interface BucketMetricValuepublic InternalAggregation doReduce(java.util.List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
doReduce in class InternalAggregationpublic java.lang.Object getProperty(java.util.List<java.lang.String> path)
getProperty in class InternalNumericMetricsAggregation.SingleValuepublic XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContentBody in class InternalAggregationjava.io.IOExceptionprotected int doHashCode()
InternalAggregationInternalAggregation.hashCode() for this
class.doHashCode in class InternalAggregationprotected boolean doEquals(java.lang.Object obj)
InternalAggregationInternalAggregation.equals(Object)
method for this class.
This method can safely cast obj to the subclass since the
InternalAggregation.equals(Object) method checks that obj is the same
class as thisdoEquals in class InternalAggregation