public class InternalDerivative extends InternalSimpleValue implements Derivative
InternalNumericMetricsAggregation.MultiValue, InternalNumericMetricsAggregation.SingleValue
InternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.Type
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValue
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Modifier and Type | Field and Description |
---|---|
static AggregationStreams.Stream |
STREAM |
static InternalAggregation.Type |
TYPE |
format
metaData, name
EMPTY_PARAMS
Constructor and Description |
---|
InternalDerivative(java.lang.String name,
double value,
double normalizationFactor,
DocValueFormat formatter,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
Modifier and Type | Method and Description |
---|---|
protected void |
doReadFrom(StreamInput in) |
protected void |
doWriteTo(StreamOutput out) |
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
java.lang.Object |
getProperty(java.util.List<java.lang.String> path) |
double |
normalizedValue()
Returns the normalized value.
|
static void |
registerStreams() |
InternalAggregation.Type |
type() |
doReduce, getValue, value
getValueAsString
getMetaData, getName, getProperty, pipelineAggregators, readFrom, readSize, reduce, toXContent, writeSize, writeTo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValueAsString, value
getMetaData, getName, getProperty
public static final InternalAggregation.Type TYPE
public static final AggregationStreams.Stream STREAM
public InternalDerivative(java.lang.String name, double value, double normalizationFactor, DocValueFormat formatter, java.util.List<PipelineAggregator> pipelineAggregators, java.util.Map<java.lang.String,java.lang.Object> metaData)
public static void registerStreams()
public double normalizedValue()
Derivative
NumericMetricsAggregation.SingleValue.value()
normalizedValue
in interface Derivative
public InternalAggregation.Type type()
type
in class InternalSimpleValue
InternalAggregation.Type
of this aggregationpublic java.lang.Object getProperty(java.util.List<java.lang.String> path)
getProperty
in class InternalNumericMetricsAggregation.SingleValue
protected void doWriteTo(StreamOutput out) throws java.io.IOException
doWriteTo
in class InternalSimpleValue
java.io.IOException
protected void doReadFrom(StreamInput in) throws java.io.IOException
doReadFrom
in class InternalSimpleValue
java.io.IOException
public XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContentBody
in class InternalSimpleValue
java.io.IOException