NamedWriteable, WriteableBucketMetricsPipelineAggregatorpublic abstract class SiblingPipelineAggregator extends PipelineAggregator
PipelineAggregator.ParserWriteable.Reader<V>, Writeable.Writer<V>| Modifier | Constructor | Description |
|---|---|---|
protected |
SiblingPipelineAggregator(java.lang.String name,
java.lang.String[] bucketsPaths,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
|
protected |
SiblingPipelineAggregator(StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract InternalAggregation |
doReduce(Aggregations aggregations,
InternalAggregation.ReduceContext context) |
|
InternalAggregation |
reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
getWriteableNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbucketsPaths, doWriteTo, metaData, name, writeToprotected SiblingPipelineAggregator(java.lang.String name,
java.lang.String[] bucketsPaths,
java.util.Map<java.lang.String,java.lang.Object> metaData)
protected SiblingPipelineAggregator(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic InternalAggregation reduce(InternalAggregation aggregation, InternalAggregation.ReduceContext reduceContext)
reduce in class PipelineAggregatorpublic abstract InternalAggregation doReduce(Aggregations aggregations, InternalAggregation.ReduceContext context)