Interface QuantileEstimator

All Known Implementing Classes:
SampleQuantiles

public interface QuantileEstimator
  • Method Details

    • insert

      void insert(long value)
    • snapshot

      Map<Quantile,Long> snapshot()
    • getCount

      long getCount()
    • clear

      void clear()