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
,Rewriteable<PipelineAggregationBuilder>
,BaseAggregationBuilder
,ToXContent
,ToXContentFragment
public class MovFnPipelineAggregationBuilder
extends AbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
PipelineAggregationBuilder.ValidationContext
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final ConstructingObjectParser<MovFnPipelineAggregationBuilder,
String> 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.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
ConstructorDescriptionMovFnPipelineAggregationBuilder
(String name, String bucketsPath, Script script, int window) -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineAggregator
createInternal
(Map<String, Object> metadata) protected void
doWriteTo
(StreamOutput out) boolean
format()
Gets the format to use on the output of this aggregation.Sets the format to use on the output of this aggregation.protected DocValueFormat
Gets the gap policy to use for this aggregation.gapPolicy
(BucketHelpers.GapPolicy gapPolicy) Sets the gap policy to use for this aggregation.int
Returns the window size for this aggregationReturns the name of the writeable objectint
hashCode()
protected XContentBuilder
internalXContent
(XContentBuilder builder, ToXContent.Params params) protected boolean
void
setShift
(int shift) void
setWindow
(int window) Sets the window size for this aggregationprotected void
Makes sure this builder is properly configured.Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, 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.xcontent.ToXContentFragment
isFragment
-
Field Details
-
NAME
- See Also:
-
PARSER
-
-
Constructor Details
-
MovFnPipelineAggregationBuilder
-
MovFnPipelineAggregationBuilder
- Throws:
IOException
-
-
Method Details
-
doWriteTo
- Specified by:
doWriteTo
in classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
- Throws:
IOException
-
format
Sets the format to use on the output of this aggregation. -
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:PipelineAggregationBuilder
Makes sure this builder is properly configured.- Specified by:
validate
in classPipelineAggregationBuilder
-
createInternal
- Specified by:
createInternal
in classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
-
internalXContent
protected XContentBuilder internalXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
internalXContent
in classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
- Throws:
IOException
-
overrideBucketsPath
protected boolean overrideBucketsPath()- Overrides:
overrideBucketsPath
in classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
- Returns:
true
if theAbstractPipelineAggregationBuilder
overrides the XContent rendering of the bucketPath option.
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
-
equals
- Overrides:
equals
in classAbstractPipelineAggregationBuilder<MovFnPipelineAggregationBuilder>
-
getWriteableName
Description copied from interface:NamedWriteable
Returns the name of the writeable object
-