Class ToHllSketch
- java.lang.Object
-
- uk.gov.gchq.koryphe.function.KorypheFunction<Object,org.apache.datasketches.hll.HllSketch>
-
- uk.gov.gchq.gaffer.sketches.datasketches.cardinality.function.ToHllSketch
-
-
Constructor Summary
Constructors Constructor Description ToHllSketch()
ToHllSketch(int logK)
ToHllSketch(org.apache.datasketches.hll.HllSketch hllSketch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.datasketches.hll.HllSketch
apply(Object o)
org.apache.datasketches.hll.HllSketch
getHllSketch()
int
getLogK()
void
setHllSketch(org.apache.datasketches.hll.HllSketch hllSketch)
void
setLogK(int logK)
-
-
-
Method Detail
-
apply
public org.apache.datasketches.hll.HllSketch apply(Object o)
-
getLogK
public int getLogK()
-
setLogK
public void setLogK(int logK)
-
getHllSketch
public org.apache.datasketches.hll.HllSketch getHllSketch()
-
setHllSketch
public void setHllSketch(org.apache.datasketches.hll.HllSketch hllSketch)
-
-