public class InternalTDigestPercentiles extends InternalNumericMetricsAggregation.MultiValue implements Percentiles
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalTDigestPercentiles.Iter |
InternalNumericMetricsAggregation.MultiValue, InternalNumericMetricsAggregation.SingleValueInternalAggregation.ReduceContextNumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueAggregation.CommonFieldsToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field and Description |
|---|---|
protected double[] |
keys |
static java.lang.String |
NAME |
protected TDigestState |
state |
formatmetaData, nameTYPE_NAMETYPED_KEYS_DELIMITEREMPTY_PARAMS| Constructor and Description |
|---|
InternalTDigestPercentiles(StreamInput in)
Read from a stream.
|
InternalTDigestPercentiles(java.lang.String name,
double[] percents,
TDigestState state,
boolean keyed,
DocValueFormat formatter,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractInternalTDigestPercentiles |
createReduced(java.lang.String name,
double[] keys,
TDigestState merged,
boolean keyed,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
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. |
org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractInternalTDigestPercentiles |
doReduce(java.util.List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
protected void |
doWriteTo(StreamOutput out) |
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
long |
getEstimatedMemoryFootprint() |
java.lang.String |
getWriteableName()
Returns the name of the writeable object
|
java.util.Iterator<Percentile> |
iterator() |
double |
percentile(double percent)
Return the value associated with the provided percentile.
|
java.lang.String |
percentileAsString(double percent)
Return the value associated with the provided percentile as a String.
|
double |
value(double key) |
double |
value(java.lang.String name) |
getProperty, valueAsStringequals, hashCodegetMetaData, getName, getProperty, getType, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMetaData, getName, getTypeisFragmenttoXContentpublic static final java.lang.String NAME
protected final double[] keys
protected final TDigestState state
public InternalTDigestPercentiles(java.lang.String name,
double[] percents,
TDigestState state,
boolean keyed,
DocValueFormat formatter,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData)
public InternalTDigestPercentiles(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getWriteableName()
NamedWriteablegetWriteableName in interface NamedWriteablepublic java.util.Iterator<Percentile> iterator()
iterator in interface java.lang.Iterable<Percentile>public double percentile(double percent)
Percentilespercentile in interface Percentilespublic java.lang.String percentileAsString(double percent)
PercentilespercentileAsString in interface Percentilespublic double value(double key)
protected org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractInternalTDigestPercentiles createReduced(java.lang.String name,
double[] keys,
TDigestState merged,
boolean keyed,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData)
protected void doWriteTo(StreamOutput out) throws java.io.IOException
doWriteTo in class InternalAggregationjava.io.IOExceptionpublic double value(java.lang.String name)
value in class InternalNumericMetricsAggregation.MultiValuepublic long getEstimatedMemoryFootprint()
public org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractInternalTDigestPercentiles doReduce(java.util.List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
doReduce in class InternalAggregationpublic XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContentBody in class InternalAggregationjava.io.IOExceptionprotected 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 InternalAggregationprotected int doHashCode()
InternalAggregationInternalAggregation.hashCode() for this
class.doHashCode in class InternalAggregation