public class InternalPercentilesBucket extends InternalNumericMetricsAggregation.MultiValue implements PercentilesBucket
Modifier and Type | Class and Description |
---|---|
static class |
InternalPercentilesBucket.Iter |
InternalNumericMetricsAggregation.MultiValue, InternalNumericMetricsAggregation.SingleValue
InternalAggregation.ReduceContext
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValue
Aggregation.CommonFields
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
format
metaData, name
TYPE_NAME
TYPED_KEYS_DELIMITER
EMPTY_PARAMS
Constructor and Description |
---|
InternalPercentilesBucket(StreamInput in)
Read from a stream.
|
InternalPercentilesBucket(java.lang.String name,
double[] percents,
double[] percentiles,
DocValueFormat formatter,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
Modifier and Type | Method and Description |
---|---|
InternalMax |
doReduce(java.util.List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
protected void |
doWriteTo(StreamOutput out) |
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
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(java.lang.String name) |
getProperty, valueAsString
getMetaData, getName, getProperty, getType, pipelineAggregators, readSize, reduce, toXContent, writeSize, writeTo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetaData, getName, getType
isFragment, toXContent
public InternalPercentilesBucket(java.lang.String name, double[] percents, double[] percentiles, DocValueFormat formatter, java.util.List<PipelineAggregator> pipelineAggregators, java.util.Map<java.lang.String,java.lang.Object> metaData)
public InternalPercentilesBucket(StreamInput in) throws java.io.IOException
java.io.IOException
protected void doWriteTo(StreamOutput out) throws java.io.IOException
doWriteTo
in class InternalAggregation
java.io.IOException
public java.lang.String getWriteableName()
NamedWriteable
getWriteableName
in interface NamedWriteable
public double percentile(double percent) throws java.lang.IllegalArgumentException
Percentiles
percentile
in interface Percentiles
java.lang.IllegalArgumentException
public java.lang.String percentileAsString(double percent)
Percentiles
percentileAsString
in interface Percentiles
public java.util.Iterator<Percentile> iterator()
iterator
in interface java.lang.Iterable<Percentile>
public double value(java.lang.String name)
value
in class InternalNumericMetricsAggregation.MultiValue
public InternalMax doReduce(java.util.List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
doReduce
in class InternalAggregation
public XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContentBody
in class InternalAggregation
java.io.IOException