Class MovFnPipelineAggregationBuilder
java.lang.Object
org.elasticsearch.search.aggregations.PipelineAggregationBuilder
org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
org.elasticsearch.search.aggregations.pipeline.MovFnPipelineAggregationBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment,Rewriteable<PipelineAggregationBuilder>,BaseAggregationBuilder
public class MovFnPipelineAggregationBuilder extends AbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
-
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
Fields Modifier and Type Field Description static java.lang.StringNAMEstatic org.elasticsearch.common.xcontent.ConstructingObjectParser<MovFnPipelineAggregationBuilder,java.lang.String>PARSERFields inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
BUCKETS_PATH_FIELD, metadata, typeFields inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
bucketsPaths, name -
Constructor Summary
Constructors Constructor Description MovFnPipelineAggregationBuilder(java.lang.String name, java.lang.String bucketsPath, Script script, int window)MovFnPipelineAggregationBuilder(StreamInput in) -
Method Summary
Modifier and Type Method Description protected PipelineAggregatorcreateInternal(java.util.Map<java.lang.String,java.lang.Object> metadata)protected voiddoWriteTo(StreamOutput out)booleanequals(java.lang.Object obj)java.lang.Stringformat()Gets the format to use on the output of this aggregation.MovFnPipelineAggregationBuilderformat(java.lang.String format)Sets the format to use on the output of this aggregation.protected DocValueFormatformatter()BucketHelpers.GapPolicygapPolicy()Gets the gap policy to use for this aggregation.MovFnPipelineAggregationBuildergapPolicy(BucketHelpers.GapPolicy gapPolicy)Sets the gap policy to use for this aggregation.intgetWindow()Returns the window size for this aggregationjava.lang.StringgetWriteableName()Returns the name of the writeable objectinthashCode()protected org.elasticsearch.common.xcontent.XContentBuilderinternalXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)protected booleanoverrideBucketsPath()voidsetShift(int shift)voidsetWindow(int window)Sets the window size for this aggregationprotected voidvalidate(PipelineAggregationBuilder.ValidationContext context)Makes sure this builder is properly configured.Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, setMetadata, toXContent, type, writeToMethods inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
getBucketsPaths, getName, rewrite, subAggregations, toString
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<MovFnPipelineAggregationBuilder,java.lang.String> PARSER
-
-
Constructor Details
-
MovFnPipelineAggregationBuilder
public MovFnPipelineAggregationBuilder(java.lang.String name, java.lang.String bucketsPath, Script script, int window) -
MovFnPipelineAggregationBuilder
- Throws:
java.io.IOException
-
-
Method Details
-
doWriteTo
- Specified by:
doWriteToin classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>- Throws:
java.io.IOException
-
format
Sets the format to use on the output of this aggregation. -
format
public java.lang.String format()Gets the format to use on the output of this aggregation. -
formatter
-
gapPolicy
Sets the gap policy to use for this aggregation. -
gapPolicy
Gets the gap policy to use for this aggregation. -
getWindow
public int getWindow()Returns the window size for this aggregation -
setWindow
public void setWindow(int window)Sets the window size for this aggregation -
setShift
public void setShift(int shift) -
validate
Description copied from class:PipelineAggregationBuilderMakes sure this builder is properly configured.- Specified by:
validatein classPipelineAggregationBuilder
-
createInternal
protected PipelineAggregator createInternal(java.util.Map<java.lang.String,java.lang.Object> metadata)- Specified by:
createInternalin classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
-
internalXContent
protected org.elasticsearch.common.xcontent.XContentBuilder internalXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
internalXContentin classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>- Throws:
java.io.IOException
-
overrideBucketsPath
protected boolean overrideBucketsPath()- Overrides:
overrideBucketsPathin classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>- Returns:
trueif theAbstractPipelineAggregationBuilderoverrides the XContent rendering of the bucketPath option.
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
-
getWriteableName
public java.lang.String getWriteableName()Description copied from interface:NamedWriteableReturns the name of the writeable object
-