Class ExtendedStatsBucketPipelineAggregationBuilder
java.lang.Object
org.elasticsearch.search.aggregations.PipelineAggregationBuilder
org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<AF>
org.elasticsearch.search.aggregations.pipeline.BucketMetricsPipelineAggregationBuilder<ExtendedStatsBucketPipelineAggregationBuilder>
org.elasticsearch.search.aggregations.pipeline.ExtendedStatsBucketPipelineAggregationBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment,Rewriteable<PipelineAggregationBuilder>,BaseAggregationBuilder
public class ExtendedStatsBucketPipelineAggregationBuilder
extends BucketMetricsPipelineAggregationBuilder<ExtendedStatsBucketPipelineAggregationBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
PipelineAggregationBuilder.ValidationContextNested 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.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.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionExtendedStatsBucketPipelineAggregationBuilder(String name, String bucketsPath)Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineAggregatorcreateInternal(Map<String,Object> metadata)protected org.elasticsearch.common.xcontent.XContentBuilderdoXContentBody(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)booleanReturns the name of the writeable objectinthashCode()protected voidinnerWriteTo(StreamOutput out)doublesigma()Get the value of sigma to use when calculating the standard deviation boundssigma(double sigma)Set the value of sigma to use when calculating the standard deviation boundsprotected voidMakes sure this builder is properly configured.Methods inherited from class org.elasticsearch.search.aggregations.pipeline.BucketMetricsPipelineAggregationBuilder
doWriteTo, format, format, formatter, gapPolicy, gapPolicy, internalXContentMethods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, overrideBucketsPath, setMetadata, toXContent, type, 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.common.xcontent.ToXContentFragment
isFragment
-
Field Details
-
NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ExtendedStatsBucketPipelineAggregationBuilder
-
ExtendedStatsBucketPipelineAggregationBuilder
Read from a stream.- Throws:
IOException
-
-
Method Details
-
innerWriteTo
- Specified by:
innerWriteToin classBucketMetricsPipelineAggregationBuilder<ExtendedStatsBucketPipelineAggregationBuilder>- Throws:
IOException
-
sigma
Set the value of sigma to use when calculating the standard deviation bounds -
sigma
public double sigma()Get the value of sigma to use when calculating the standard deviation bounds -
createInternal
- Specified by:
createInternalin classBucketMetricsPipelineAggregationBuilder<ExtendedStatsBucketPipelineAggregationBuilder>
-
validate
Description copied from class:PipelineAggregationBuilderMakes sure this builder is properly configured.- Overrides:
validatein classBucketMetricsPipelineAggregationBuilder<ExtendedStatsBucketPipelineAggregationBuilder>
-
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:
doXContentBodyin classBucketMetricsPipelineAggregationBuilder<ExtendedStatsBucketPipelineAggregationBuilder>- Throws:
IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classBucketMetricsPipelineAggregationBuilder<ExtendedStatsBucketPipelineAggregationBuilder>
-
equals
- Overrides:
equalsin classBucketMetricsPipelineAggregationBuilder<ExtendedStatsBucketPipelineAggregationBuilder>
-
getWriteableName
Description copied from interface:NamedWriteableReturns the name of the writeable object
-