public abstract class InternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket> extends InternalAggregation implements MultiBucketsAggregation
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalMultiBucketAggregation.InternalBucket |
InternalAggregation.ReduceContextMultiBucketsAggregation.BucketAggregation.CommonFieldsToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>metaData, nameTYPED_KEYS_DELIMITEREMPTY_PARAMS| Modifier | Constructor and Description |
|---|---|
protected |
InternalMultiBucketAggregation(StreamInput in)
Read from a stream.
|
|
InternalMultiBucketAggregation(java.lang.String name,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
abstract A |
create(java.util.List<B> buckets)
Create a new copy of this
Aggregation with the same settings as
this Aggregation and contains the provided buckets. |
abstract B |
createBucket(InternalAggregations aggregations,
B prototype)
Create a new
InternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations. |
abstract java.util.List<? extends InternalMultiBucketAggregation.InternalBucket> |
getBuckets() |
java.lang.Object |
getProperty(java.util.List<java.lang.String> path) |
doEquals, doHashCode, doReduce, doWriteTo, doXContentBody, equals, getMetaData, getName, getProperty, getType, hashCode, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMetaData, getName, getTypeisFragmenttoXContentgetWriteableNamepublic InternalMultiBucketAggregation(java.lang.String name,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData)
protected InternalMultiBucketAggregation(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic abstract A create(java.util.List<B> buckets)
Aggregation with the same settings as
this Aggregation and contains the provided buckets.buckets - the buckets to use in the new AggregationAggregationpublic abstract B createBucket(InternalAggregations aggregations, B prototype)
InternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations.aggregations - the aggregations for the new bucketprototype - the bucket to use as a prototypepublic abstract java.util.List<? extends InternalMultiBucketAggregation.InternalBucket> getBuckets()
getBuckets in interface MultiBucketsAggregationpublic java.lang.Object getProperty(java.util.List<java.lang.String> path)
getProperty in class InternalAggregation