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,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment,Rewriteable<PipelineAggregationBuilder>,BaseAggregationBuilder
public class SerialDiffPipelineAggregationBuilder extends AbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
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.StringNAMEFields 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 SerialDiffPipelineAggregationBuilder(java.lang.String name, java.lang.String bucketsPath)SerialDiffPipelineAggregationBuilder(StreamInput in)Read from a stream. -
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.SerialDiffPipelineAggregationBuilderformat(java.lang.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.java.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)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(java.lang.String reducerName, org.elasticsearch.common.xcontent.XContentParser parser)protected voidvalidate(PipelineAggregationBuilder.ValidationContext context)Makes sure this builder is properly configured.Methods 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, toString
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
SerialDiffPipelineAggregationBuilder
public SerialDiffPipelineAggregationBuilder(java.lang.String name, java.lang.String bucketsPath) -
SerialDiffPipelineAggregationBuilder
Read from a stream.- Throws:
java.io.IOException
-
-
Method Details
-
doWriteTo
- Specified by:
doWriteToin classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>- Throws:
java.io.IOException
-
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
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. -
gapPolicy
Sets the GapPolicy to use on the output of this aggregation. -
gapPolicy
Gets the GapPolicy to use on the output of this aggregation. -
formatter
-
createInternal
protected PipelineAggregator createInternal(java.util.Map<java.lang.String,java.lang.Object> metadata)- Specified by:
createInternalin classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
validate
Description copied from class:PipelineAggregationBuilderMakes sure this builder is properly configured.- Specified by:
validatein classPipelineAggregationBuilder
-
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<SerialDiffPipelineAggregationBuilder>- Throws:
java.io.IOException
-
parse
public static SerialDiffPipelineAggregationBuilder parse(java.lang.String reducerName, org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
getWriteableName
public java.lang.String getWriteableName()Description copied from interface:NamedWriteableReturns the name of the writeable object
-