Class ExponentialHistogramStates.WithLongSingleState

java.lang.Object
org.elasticsearch.compute.aggregation.ExponentialHistogramStates.WithLongSingleState
All Implemented Interfaces:
Closeable, AutoCloseable, AggregatorState, org.elasticsearch.core.Releasable
Enclosing class:
ExponentialHistogramStates

public static final class ExponentialHistogramStates.WithLongSingleState extends Object implements AggregatorState
A state consisting of a single long value with a ExponentialHistogram. The intermediate state contains three values in order: the long, the histogram, and a boolean specifying if a value was set or not.
  • Constructor Details

    • WithLongSingleState

      public WithLongSingleState(CircuitBreaker breaker)
  • Method Details