Class HyperLogLogPlusUtils


  • public class HyperLogLogPlusUtils
    extends Object
    • Method Detail

      • byteSize

        public static int byteSize​(com.clearspring.analytics.stream.cardinality.HyperLogLogPlus value)
        Returns the byte size of the given HyperLogLog.
      • byteSize

        public static int byteSize​(int p,
                                   int sp)
        Returns the byte size of HyperLogLogPlus of a given p and sp.