Class PercentilesBucketPipelineAggregationBuilder
java.lang.Object
org.elasticsearch.search.aggregations.PipelineAggregationBuilder
org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<AF>
org.elasticsearch.search.aggregations.pipeline.BucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
org.elasticsearch.search.aggregations.pipeline.PercentilesBucketPipelineAggregationBuilder
- All Implemented Interfaces:
NamedWriteable
,Writeable
,org.elasticsearch.common.xcontent.ToXContent
,org.elasticsearch.common.xcontent.ToXContentFragment
,Rewriteable<PipelineAggregationBuilder>
,BaseAggregationBuilder
public class PercentilesBucketPipelineAggregationBuilder
extends BucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
PipelineAggregationBuilder.ValidationContext
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
BUCKETS_PATH_FIELD, metadata, type
Fields inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
bucketsPaths, name
Fields inherited from interface org.elasticsearch.index.query.Rewriteable
MAX_REWRITE_ROUNDS
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
ConstructorDescriptionPercentilesBucketPipelineAggregationBuilder(String name, String bucketsPath)
Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineAggregator
createInternal(Map<String,Object> metadata)
protected org.elasticsearch.common.xcontent.XContentBuilder
doXContentBody(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
boolean
boolean
getKeyed()
Get whether the XContent should be keyeddouble[]
Get the percentages to calculate percentiles for in this aggregationReturns the name of the writeable objectint
hashCode()
protected void
innerWriteTo(StreamOutput out)
setKeyed(boolean keyed)
Set whether the XContent should be keyedsetPercents(double[] percents)
Set the percentages to calculate percentiles for in this aggregationprotected void
Makes sure this builder is properly configured.Methods inherited from class org.elasticsearch.search.aggregations.pipeline.BucketMetricsPipelineAggregationBuilder
doWriteTo, format, format, formatter, gapPolicy, gapPolicy, internalXContent
Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, overrideBucketsPath, setMetadata, toXContent, type, writeTo
Methods inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
getBucketsPaths, getName, rewrite, subAggregations, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Field Details
-
NAME
- See Also:
- Constant Field Values
-
PARSER
-
-
Constructor Details
-
PercentilesBucketPipelineAggregationBuilder
-
PercentilesBucketPipelineAggregationBuilder
Read from a stream.- Throws:
IOException
-
-
Method Details
-
innerWriteTo
- Specified by:
innerWriteTo
in classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
- Throws:
IOException
-
getPercents
public double[] getPercents()Get the percentages to calculate percentiles for in this aggregation -
setPercents
Set the percentages to calculate percentiles for in this aggregation -
setKeyed
Set whether the XContent should be keyed -
getKeyed
public boolean getKeyed()Get whether the XContent should be keyed -
createInternal
- Specified by:
createInternal
in classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
-
validate
Description copied from class:PipelineAggregationBuilder
Makes sure this builder is properly configured.- Overrides:
validate
in classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
-
doXContentBody
protected org.elasticsearch.common.xcontent.XContentBuilder doXContentBody(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
doXContentBody
in classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
- Throws:
IOException
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
-
equals
- Overrides:
equals
in classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
-
getWriteableName
Description copied from interface:NamedWriteable
Returns the name of the writeable object
-