NamedWriteable, Writeable, ToXContent, ToXContentFragment, Aggregation, MultiBucketsAggregationInternalAdjacencyMatrix, InternalBinaryRange, InternalComposite, InternalDateHistogram, InternalFilters, InternalGeoHashGrid, InternalHistogram, InternalRange, InternalSignificantTerms, InternalTermspublic abstract class InternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket> extends InternalAggregation implements MultiBucketsAggregation
| Modifier and Type | Class | Description |
|---|---|---|
static class |
InternalMultiBucketAggregation.InternalBucket |
Aggregation.CommonFieldsInternalAggregation.ReduceContextMultiBucketsAggregation.BucketToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>TYPED_KEYS_DELIMITERmetaData, nameEMPTY_PARAMS| Modifier | Constructor | Description |
|---|---|---|
|
InternalMultiBucketAggregation(java.lang.String name,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
|
protected |
InternalMultiBucketAggregation(StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
static int |
countInnerBucket(Aggregation agg) |
Counts the number of inner buckets inside the provided
Aggregation |
static int |
countInnerBucket(InternalMultiBucketAggregation.InternalBucket bucket) |
Counts the number of inner buckets inside the provided
InternalMultiBucketAggregation.InternalBucket |
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) |
getMetaData, getName, getTypedoEquals, doHashCode, doReduce, doWriteTo, doXContentBody, equals, getMetaData, getName, getProperty, getType, hashCode, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeTogetWriteableNameclone, finalize, getClass, notify, notifyAll, wait, wait, waittoXContentisFragmentpublic 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 InternalAggregationpublic static int countInnerBucket(InternalMultiBucketAggregation.InternalBucket bucket)
InternalMultiBucketAggregation.InternalBucketpublic static int countInnerBucket(Aggregation agg)
Aggregation