Class ParsedTDigestPercentiles
java.lang.Object
org.elasticsearch.search.aggregations.ParsedAggregation
org.elasticsearch.search.aggregations.metrics.ParsedPercentiles
org.elasticsearch.search.aggregations.metrics.ParsedTDigestPercentiles
- All Implemented Interfaces:
java.lang.Iterable<Percentile>,ToXContent,ToXContentFragment,Aggregation,NumericMetricsAggregation,NumericMetricsAggregation.MultiValue,Percentiles
public class ParsedTDigestPercentiles extends ParsedPercentiles implements Percentiles
-
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 class org.elasticsearch.search.aggregations.metrics.ParsedPercentiles
percentiles, percentilesAsStringFields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITER -
Constructor Summary
Constructors Constructor Description ParsedTDigestPercentiles() -
Method Summary
Modifier and Type Method Description static ParsedTDigestPercentilesfromXContent(XContentParser parser, java.lang.String name)java.lang.StringgetType()doublepercentile(double percent)Return the value associated with the provided percentile.java.lang.StringpercentileAsString(double percent)Return the value associated with the provided percentile as a String.Methods inherited from class org.elasticsearch.search.aggregations.metrics.ParsedPercentiles
declarePercentilesFields, doXContentBody, getPercentile, getPercentileAsString, iteratorMethods inherited from class org.elasticsearch.search.aggregations.ParsedAggregation
declareAggregationFields, getMetaData, getName, parseDouble, setName, toXContentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.search.aggregations.Aggregation
getMetaData, getName
-
Constructor Details
-
ParsedTDigestPercentiles
public ParsedTDigestPercentiles()
-
-
Method Details
-
getType
public java.lang.String getType()- Specified by:
getTypein interfaceAggregation- Returns:
- a string representing the type of the aggregation. This type is added to the aggregation name in the response, so that it can later be used by clients to determine type of the aggregation and parse it into the proper object.
-
percentile
public double percentile(double percent)Description copied from interface:PercentilesReturn the value associated with the provided percentile.- Specified by:
percentilein interfacePercentiles
-
percentileAsString
public java.lang.String percentileAsString(double percent)Description copied from interface:PercentilesReturn the value associated with the provided percentile as a String.- Specified by:
percentileAsStringin interfacePercentiles
-
fromXContent
public static ParsedTDigestPercentiles fromXContent(XContentParser parser, java.lang.String name) throws java.io.IOException- Throws:
java.io.IOException
-