Class DistinctBinarySizeHistogram

  • All Implemented Interfaces:
    StatsCollector

    public class DistinctBinarySizeHistogram
    extends Object
    implements StatsCollector
    A histogram of distinct binaries. For each size range, we calculate the number of entries and number of distinct entries. The number of distinct entries is calculated using a set if the number of entries is smaller than 1024, or HyperLogLog otherwise.
    • Constructor Detail

      • DistinctBinarySizeHistogram

        public DistinctBinarySizeHistogram​(int pathLevels)