java.lang.Object
org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.utils.HyperLogLog

public class HyperLogLog extends Object
A HyperLogLog implementation.
  • Constructor Details

    • HyperLogLog

      public HyperLogLog(int m, int maxSmallSetSize)
  • Method Details

    • add

      public void add(long hash)
    • estimate

      public long estimate()