Class ToHyperLogLogPlus
- java.lang.Object
-
- uk.gov.gchq.koryphe.function.KorypheFunction<Object,com.clearspring.analytics.stream.cardinality.HyperLogLogPlus>
-
- uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function.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 newHyperLogLogPlus
instances and initialises it with the given object.
-
-
Constructor Summary
Constructors Constructor Description ToHyperLogLogPlus()
Deprecated.ToHyperLogLogPlus(int p, int sp)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.clearspring.analytics.stream.cardinality.HyperLogLogPlus
apply(Object o)
Deprecated.int
getP()
Deprecated.int
getSp()
Deprecated.void
setP(int p)
Deprecated.void
setSp(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.
-
-