NamedWriteable, Writeable, ToXContent, ToXContentFragment, Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.SingleValue, Derivative, SimpleValuepublic class InternalDerivative extends InternalSimpleValue implements Derivative
Aggregation.CommonFieldsInternalAggregation.ReduceContextInternalNumericMetricsAggregation.MultiValue, InternalNumericMetricsAggregation.SingleValueNumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>TYPED_KEYS_DELIMITERmetaData, nameformatNAME, valueEMPTY_PARAMS| Constructor | 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) |
|
InternalDerivative(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. |
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
|
double |
normalizedValue() |
Returns the normalized value.
|
getMetaData, getName, getTypegetMetaData, getName, getProperty, getType, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeToequals, hashCodegetValueAsStringdoReduce, getValue, valuegetValueAsString, valueclone, finalize, getClass, notify, notifyAll, wait, wait, waittoXContentisFragmentpublic 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 InternalDerivative(StreamInput in) throws java.io.IOException
java.io.IOExceptionprotected void doWriteTo(StreamOutput out) throws java.io.IOException
doWriteTo in class InternalSimpleValuejava.io.IOExceptionpublic java.lang.String getWriteableName()
NamedWriteablegetWriteableName in interface NamedWriteablegetWriteableName in class InternalSimpleValuepublic double normalizedValue()
DerivativeNumericMetricsAggregation.SingleValue.value()normalizedValue in interface Derivativepublic 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 InternalSimpleValuejava.io.IOExceptionprotected int doHashCode()
InternalAggregationInternalAggregation.hashCode() for this
class.doHashCode in class InternalSimpleValueprotected 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 InternalSimpleValue