Class ToHyperLogLogPlus

  • All Implemented Interfaces:
    Function<Object,​com.clearspring.analytics.stream.cardinality.HyperLogLogPlus>

    @Deprecated
    public class ToHyperLogLogPlus
    extends uk.gov.gchq.koryphe.function.KorypheFunction<Object,​com.clearspring.analytics.stream.cardinality.HyperLogLogPlus>
    Deprecated.
    Creates a new HyperLogLogPlus instances and initialises it with the given object.
    • Constructor Detail

      • ToHyperLogLogPlus

        public ToHyperLogLogPlus()
        Deprecated.
      • ToHyperLogLogPlus

        public ToHyperLogLogPlus​(int p,
                                 int sp)
        Deprecated.
    • Method Detail

      • apply

        public com.clearspring.analytics.stream.cardinality.HyperLogLogPlus apply​(Object o)
        Deprecated.
      • getP

        public int getP()
        Deprecated.
      • setP

        public void setP​(int p)
        Deprecated.
      • getSp

        public int getSp()
        Deprecated.
      • setSp

        public void setSp​(int sp)
        Deprecated.