Class BucketMetricsPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
java.lang.Object
org.elasticsearch.search.aggregations.PipelineAggregationBuilder
org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<AF>
org.elasticsearch.search.aggregations.pipeline.BucketMetricsPipelineAggregationBuilder<AF>
- All Implemented Interfaces:
NamedWriteable
,Writeable
,Rewriteable<PipelineAggregationBuilder>
,BaseAggregationBuilder
,ToXContent
,ToXContentFragment
- Direct Known Subclasses:
AvgBucketPipelineAggregationBuilder
,ExtendedStatsBucketPipelineAggregationBuilder
,MaxBucketPipelineAggregationBuilder
,MinBucketPipelineAggregationBuilder
,PercentilesBucketPipelineAggregationBuilder
,StatsBucketPipelineAggregationBuilder
,SumBucketPipelineAggregationBuilder
public abstract class BucketMetricsPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
extends AbstractPipelineAggregationBuilder<AF>
-
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
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
ModifierConstructorDescriptionprotected
BucketMetricsPipelineAggregationBuilder
(String name, String type, String[] bucketsPaths) protected
BucketMetricsPipelineAggregationBuilder
(String name, String type, String[] bucketsPaths, String format, BucketHelpers.GapPolicy gapPolicy) protected
Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract PipelineAggregator
createInternal
(Map<String, Object> metadata) protected final void
doWriteTo
(StreamOutput out) protected abstract XContentBuilder
doXContentBody
(XContentBuilder builder, ToXContent.Params params) 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
hashCode()
protected abstract void
innerWriteTo
(StreamOutput out) protected final XContentBuilder
internalXContent
(XContentBuilder builder, ToXContent.Params params) protected void
Makes sure this builder is properly configured.Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, overrideBucketsPath, 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.common.io.stream.NamedWriteable
getWriteableName
Methods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
BucketMetricsPipelineAggregationBuilder
-
BucketMetricsPipelineAggregationBuilder
protected BucketMetricsPipelineAggregationBuilder(String name, String type, String[] bucketsPaths, String format, BucketHelpers.GapPolicy gapPolicy) -
BucketMetricsPipelineAggregationBuilder
Read from a stream.- Throws:
IOException
-
-
Method Details
-
doWriteTo
- Specified by:
doWriteTo
in classAbstractPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
- Throws:
IOException
-
innerWriteTo
- 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. -
createInternal
- Specified by:
createInternal
in classAbstractPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
-
validate
Description copied from class:PipelineAggregationBuilder
Makes sure this builder is properly configured.- Specified by:
validate
in classPipelineAggregationBuilder
-
internalXContent
protected final XContentBuilder internalXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
internalXContent
in classAbstractPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
- Throws:
IOException
-
doXContentBody
protected abstract XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException - Throws:
IOException
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
-
equals
- Overrides:
equals
in classAbstractPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
-