Class MultiBucketConsumerService.MultiBucketConsumer
java.lang.Object
org.elasticsearch.search.aggregations.MultiBucketConsumerService.MultiBucketConsumer
- All Implemented Interfaces:
IntConsumer
- Enclosing class:
- MultiBucketConsumerService
public static class MultiBucketConsumerService.MultiBucketConsumer
extends Object
implements IntConsumer
An
IntConsumer
that throws a MultiBucketConsumerService.TooManyBucketsException
when the sum of the provided values is above the limit (`search.max_buckets`).
It is used by aggregators to limit the number of bucket creation during
Aggregator.buildAggregations(long[])
and InternalAggregation.reduce(java.util.List<org.elasticsearch.search.aggregations.InternalAggregation>, org.elasticsearch.search.aggregations.InternalAggregation.ReduceContext)
.-
Constructor Details
-
MultiBucketConsumer
-
-
Method Details
-
accept
public void accept(int value)- Specified by:
accept
in interfaceIntConsumer
-
reset
public void reset() -
getCount
public int getCount() -
getLimit
public int getLimit()
-