Class SerialDiffPipelineAggregationBuilder
- java.lang.Object
-
- org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
- org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
- org.elasticsearch.search.aggregations.pipeline.SerialDiffPipelineAggregationBuilder
-
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment,BaseAggregationBuilder
public class SerialDiffPipelineAggregationBuilder extends AbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.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
Fields Modifier and Type Field Description static StringNAME-
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.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description SerialDiffPipelineAggregationBuilder(String name, String bucketsPath)SerialDiffPipelineAggregationBuilder(StreamInput in)Read from a stream.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PipelineAggregatorcreateInternal(Map<String,Object> metaData)voiddoValidate(AggregatorFactory parent, Collection<AggregationBuilder> aggFactories, Collection<PipelineAggregationBuilder> pipelineAggregatoractories)protected voiddoWriteTo(StreamOutput out)booleanequals(Object obj)Stringformat()Gets the format to use on the output of this aggregation.SerialDiffPipelineAggregationBuilderformat(String format)Sets the format to use on the output of this aggregation.protected DocValueFormatformatter()BucketHelpers.GapPolicygapPolicy()Gets the GapPolicy to use on the output of this aggregation.SerialDiffPipelineAggregationBuildergapPolicy(BucketHelpers.GapPolicy gapPolicy)Sets the GapPolicy to use on the output of this aggregation.StringgetWriteableName()Returns the name of the writeable objectinthashCode()protected XContentBuilderinternalXContent(XContentBuilder builder, ToXContent.Params params)intlag()Gets the lag to use when calculating the serial difference.SerialDiffPipelineAggregationBuilderlag(int lag)Sets the lag to use when calculating the serial difference.static SerialDiffPipelineAggregationBuilderparse(String reducerName, XContentParser parser)-
Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, overrideBucketsPath, setMetaData, toXContent, type, validate, validateSequentiallyOrderedParentAggs, writeTo
-
Methods inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
getBucketsPaths, getName, 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 Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SerialDiffPipelineAggregationBuilder
public SerialDiffPipelineAggregationBuilder(String name, String bucketsPath)
-
SerialDiffPipelineAggregationBuilder
public SerialDiffPipelineAggregationBuilder(StreamInput in) throws IOException
Read from a stream.- Throws:
IOException
-
-
Method Detail
-
doWriteTo
protected void doWriteTo(StreamOutput out) throws IOException
- Specified by:
doWriteToin classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>- Throws:
IOException
-
lag
public SerialDiffPipelineAggregationBuilder lag(int lag)
Sets the lag to use when calculating the serial difference.
-
lag
public int lag()
Gets the lag to use when calculating the serial difference.
-
format
public SerialDiffPipelineAggregationBuilder format(String format)
Sets the format to use on the output of this aggregation.
-
format
public String format()
Gets the format to use on the output of this aggregation.
-
gapPolicy
public SerialDiffPipelineAggregationBuilder gapPolicy(BucketHelpers.GapPolicy gapPolicy)
Sets the GapPolicy to use on the output of this aggregation.
-
gapPolicy
public BucketHelpers.GapPolicy gapPolicy()
Gets the GapPolicy to use on the output of this aggregation.
-
formatter
protected DocValueFormat formatter()
-
createInternal
protected PipelineAggregator createInternal(Map<String,Object> metaData)
- Specified by:
createInternalin classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
doValidate
public void doValidate(AggregatorFactory parent, Collection<AggregationBuilder> aggFactories, Collection<PipelineAggregationBuilder> pipelineAggregatoractories)
- Overrides:
doValidatein classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
internalXContent
protected XContentBuilder internalXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
internalXContentin classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>- Throws:
IOException
-
parse
public static SerialDiffPipelineAggregationBuilder parse(String reducerName, XContentParser parser) throws IOException
- Throws:
IOException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
getWriteableName
public String getWriteableName()
Description copied from interface:NamedWriteableReturns the name of the writeable object
-
-