Module org.elasticsearch.server
Class PercentilesBucketPipelineAggregationBuilder
java.lang.Object
org.elasticsearch.search.aggregations.PipelineAggregationBuilder
org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
org.elasticsearch.search.aggregations.pipeline.BucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
org.elasticsearch.search.aggregations.pipeline.PercentilesBucketPipelineAggregationBuilder
- All Implemented Interfaces:
NamedWriteable,VersionedNamedWriteable,Writeable,Rewriteable<PipelineAggregationBuilder>,BaseAggregationBuilder,ToXContent,ToXContentFragment
public class PercentilesBucketPipelineAggregationBuilder
extends BucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
PipelineAggregationBuilder.ValidationContextNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsFields inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
BUCKETS_PATH_FIELD, metadata, typeFields inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
bucketsPaths, nameFields inherited from interface org.elasticsearch.index.query.Rewriteable
MAX_REWRITE_ROUNDSFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionPercentilesBucketPipelineAggregationBuilder(String name, String bucketsPath) Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineAggregatorcreateInternal(Map<String, Object> metadata) protected XContentBuilderdoXContentBody(XContentBuilder builder, ToXContent.Params params) booleanThe minimal version of the recipient this object can be sent todouble[]Get the percentages to calculate percentiles for in this aggregationReturns the name of the writeable objectinthashCode()protected voidinnerWriteTo(StreamOutput out) setKeyed(boolean keyed) Set whether the XContent should be keyedsetPercents(double[] percents) Set the percentages to calculate percentiles for in this aggregationprotected voidMakes sure this builder is properly configured.Methods inherited from class org.elasticsearch.search.aggregations.pipeline.BucketMetricsPipelineAggregationBuilder
doWriteTo, format, formatter, gapPolicy, gapPolicy, internalXContentMethods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, overrideBucketsPath, setMetadata, toXContent, writeToMethods inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
getBucketsPaths, getName, rewrite, subAggregations, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Field Details
-
NAME
- See Also:
-
PARSER
-
-
Constructor Details
-
PercentilesBucketPipelineAggregationBuilder
-
PercentilesBucketPipelineAggregationBuilder
Read from a stream.- Throws:
IOException
-
-
Method Details
-
innerWriteTo
- Specified by:
innerWriteToin 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 -
createInternal
- Specified by:
createInternalin classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
-
validate
Description copied from class:PipelineAggregationBuilderMakes sure this builder is properly configured.- Overrides:
validatein classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
-
doXContentBody
protected XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
doXContentBodyin classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>- Throws:
IOException
-
getMinimalSupportedVersion
Description copied from interface:VersionedNamedWriteableThe minimal version of the recipient this object can be sent to -
hashCode
public int hashCode()- Overrides:
hashCodein classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
-
equals
- Overrides:
equalsin classBucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>
-
getWriteableName
Description copied from interface:VersionedNamedWriteableReturns the name of the writeable object
-