Interface Derivative
- All Superinterfaces:
Aggregation,NumericMetricsAggregation,NumericMetricsAggregation.SingleValue,SimpleValue,ToXContent,ToXContentFragment
- All Known Implementing Classes:
InternalDerivative,ParsedDerivative
public interface Derivative extends SimpleValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITER -
Method Summary
Modifier and Type Method Description doublenormalizedValue()Returns the normalized value.Methods inherited from interface org.elasticsearch.search.aggregations.Aggregation
getMetaData, getName, getTypeMethods inherited from interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation.SingleValue
getValueAsString, value
-
Method Details
-
normalizedValue
double normalizedValue()Returns the normalized value. If no normalised factor has been specified this method will returnNumericMetricsAggregation.SingleValue.value()- Returns:
- the normalized value
-