Interface TDigestToExponentialHistogramConverter.LazyConversion

Enclosing class:
TDigestToExponentialHistogramConverter

public static interface TDigestToExponentialHistogramConverter.LazyConversion
  • Method Details

    • getZeroThreshold

      double getZeroThreshold()
      Returns:
      the zero threshold of the converted histogram
    • getZeroCount

      long getZeroCount()
      Returns:
      the zero count of the converted histogram
    • getScale

      int getScale()
      Returns:
      the scale of the converted histogram
    • negativeBuckets

      BucketIterator negativeBuckets()
      The negative buckets of the output histogram. May only be called once.
      Returns:
      the negative buckets of the converted histogram
    • positiveBuckets

      BucketIterator positiveBuckets()
      The positive buckets of the output histogram. May only be called once.
      Returns:
      the positive buckets of the converted histogram