Class SiblingPipelineAggregator
java.lang.Object
org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
org.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
- All Implemented Interfaces:
NamedWriteable
,Writeable
- Direct Known Subclasses:
BucketMetricsPipelineAggregator
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
PipelineAggregator.Parser, PipelineAggregator.PipelineTree
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract InternalAggregation
doReduce
(Aggregations aggregations, InternalAggregation.ReduceContext context) reduce
(InternalAggregation aggregation, InternalAggregation.ReduceContext reduceContext) Methods inherited from class org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
bucketsPaths, doWriteTo, getWriteableName, metadata, name, writeTo
-
Constructor Details
-
SiblingPipelineAggregator
-
-
Method Details
-
reduce
public InternalAggregation reduce(InternalAggregation aggregation, InternalAggregation.ReduceContext reduceContext) - Specified by:
reduce
in classPipelineAggregator
-
doReduce
public abstract InternalAggregation doReduce(Aggregations aggregations, InternalAggregation.ReduceContext context)
-