Class AvgBucketPipelineAggregationBuilder
java.lang.Object
org.opensearch.search.aggregations.PipelineAggregationBuilder
org.opensearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<AF>
org.opensearch.search.aggregations.pipeline.BucketMetricsPipelineAggregationBuilder<AvgBucketPipelineAggregationBuilder>
org.opensearch.search.aggregations.pipeline.AvgBucketPipelineAggregationBuilder
- All Implemented Interfaces:
NamedWriteable
,Writeable
,org.opensearch.common.xcontent.ToXContent
,org.opensearch.common.xcontent.ToXContentFragment
,Rewriteable<PipelineAggregationBuilder>
,BaseAggregationBuilder
public class AvgBucketPipelineAggregationBuilder
extends BucketMetricsPipelineAggregationBuilder<AvgBucketPipelineAggregationBuilder>
Aggregation Builder for avg_bucket agg
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.search.aggregations.PipelineAggregationBuilder
PipelineAggregationBuilder.ValidationContext
Nested classes/interfaces inherited from interface org.opensearch.common.xcontent.ToXContent
org.opensearch.common.xcontent.ToXContent.DelegatingMapParams, org.opensearch.common.xcontent.ToXContent.MapParams, org.opensearch.common.xcontent.ToXContent.Params
Nested classes/interfaces inherited from interface org.opensearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
FieldsFields inherited from class org.opensearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
BUCKETS_PATH_FIELD, metadata, type
Fields inherited from class org.opensearch.search.aggregations.PipelineAggregationBuilder
bucketsPaths, name
Fields inherited from interface org.opensearch.index.query.Rewriteable
MAX_REWRITE_ROUNDS
Fields inherited from interface org.opensearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
ConstructorsConstructorDescriptionAvgBucketPipelineAggregationBuilder
(String name, String bucketsPath) Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineAggregator
createInternal
(Map<String, Object> metadata) protected org.opensearch.common.xcontent.XContentBuilder
doXContentBody
(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params) Returns the name of the writeable objectprotected void
innerWriteTo
(StreamOutput out) Methods inherited from class org.opensearch.search.aggregations.pipeline.BucketMetricsPipelineAggregationBuilder
doWriteTo, equals, format, format, formatter, gapPolicy, gapPolicy, hashCode, internalXContent, validate
Methods inherited from class org.opensearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, overrideBucketsPath, setMetadata, toXContent, type, writeTo
Methods inherited from class org.opensearch.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.opensearch.common.xcontent.ToXContentFragment
isFragment
-
Field Details
-
NAME
- See Also:
-
PARSER
-
-
Constructor Details
-
AvgBucketPipelineAggregationBuilder
-
AvgBucketPipelineAggregationBuilder
Read from a stream.- Throws:
IOException
-
-
Method Details
-
innerWriteTo
- Specified by:
innerWriteTo
in classBucketMetricsPipelineAggregationBuilder<AvgBucketPipelineAggregationBuilder>
- Throws:
IOException
-
createInternal
- Specified by:
createInternal
in classBucketMetricsPipelineAggregationBuilder<AvgBucketPipelineAggregationBuilder>
-
doXContentBody
protected org.opensearch.common.xcontent.XContentBuilder doXContentBody(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params) throws IOException - Specified by:
doXContentBody
in classBucketMetricsPipelineAggregationBuilder<AvgBucketPipelineAggregationBuilder>
- Throws:
IOException
-
getWriteableName
Description copied from interface:NamedWriteable
Returns the name of the writeable object
-