Module org.elasticsearch.server
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,VersionedNamedWriteable,Writeable,Rewriteable<PipelineAggregationBuilder>,BaseAggregationBuilder,ToXContent,ToXContentFragment
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.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, 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.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionSerialDiffPipelineAggregationBuilder(String name, String bucketsPath) Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineAggregatorcreateInternal(Map<String, Object> metadata) protected voiddoWriteTo(StreamOutput out) booleanSets the format to use on the output of this aggregation.protected DocValueFormatgapPolicy(BucketHelpers.GapPolicy gapPolicy) Sets the GapPolicy to use on the output of this aggregation.The minimal version of the recipient this object can be sent toReturns the name of the writeable objectinthashCode()protected XContentBuilderinternalXContent(XContentBuilder builder, ToXContent.Params params) lag(int lag) Sets the lag to use when calculating the serial difference.parse(String reducerName, XContentParser parser) protected voidMakes sure this builder is properly configured.Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, overrideBucketsPath, setMetadata, toXContent, 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.xcontent.ToXContentFragment
isFragment
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
SerialDiffPipelineAggregationBuilder
-
SerialDiffPipelineAggregationBuilder
Read from a stream.- Throws:
IOException
-
-
Method Details
-
doWriteTo
- Specified by:
doWriteToin classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>- Throws:
IOException
-
lag
Sets the lag to use when calculating the serial difference. -
format
Sets the format to use on the output of this aggregation. -
gapPolicy
Sets the GapPolicy to use on the output of this aggregation. -
formatter
-
createInternal
- Specified by:
createInternalin classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
validate
Description copied from class:PipelineAggregationBuilderMakes sure this builder is properly configured.- Specified by:
validatein classPipelineAggregationBuilder
-
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
- Overrides:
equalsin classAbstractPipelineAggregationBuilder<SerialDiffPipelineAggregationBuilder>
-
getWriteableName
Description copied from interface:VersionedNamedWriteableReturns the name of the writeable object -
getMinimalSupportedVersion
Description copied from interface:VersionedNamedWriteableThe minimal version of the recipient this object can be sent to
-