Class HyperLogLog
java.lang.Object
org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.utils.HyperLogLog
A HyperLogLog implementation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HyperLogLog
public HyperLogLog(int m, int maxSmallSetSize)
-
-
Method Details
-
add
public void add(long hash) -
estimate
public long estimate()
-