Class ExponentialHistogramMerger

java.lang.Object
org.elasticsearch.exponentialhistogram.ExponentialHistogramMerger
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.util.Accountable, Releasable

public class ExponentialHistogramMerger extends Object implements org.apache.lucene.util.Accountable, Releasable
Allows accumulating multiple ExponentialHistogram into a single one while keeping the bucket count in the result below a given limit.
  • Field Details

    • DEFAULT_MAX_HISTOGRAM_BUCKETS

      public static final int DEFAULT_MAX_HISTOGRAM_BUCKETS
      See Also:
  • Method Details