Class MultiBucketConsumerService.TooManyBucketsException

org.elasticsearch.ElasticsearchException
org.elasticsearch.search.aggregations.AggregationExecutionException
org.elasticsearch.search.aggregations.MultiBucketConsumerService.TooManyBucketsException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Enclosing class:
MultiBucketConsumerService

public static class MultiBucketConsumerService.TooManyBucketsException extends AggregationExecutionException
See Also:
Serialized Form
  • Constructor Details

    • TooManyBucketsException

      public TooManyBucketsException( message, int maxBuckets)
    • TooManyBucketsException

      public TooManyBucketsException(StreamInput in) throws
      Throws:
  • Method Details