Class CountMinSketchState
java.lang.Object
com.espertech.esper.common.internal.epl.approx.countminsketch.CountMinSketchState
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(byte[] bytes, int count) long
frequency
(byte[] bytes) getTopk()
static CountMinSketchState
makeState
(CountMinSketchSpec spec) void
setHashes
(CountMinSketchStateHashes hashes) void
-
Constructor Details
-
CountMinSketchState
-
-
Method Details
-
makeState
-
add
public void add(byte[] bytes, int count) -
frequency
public long frequency(byte[] bytes) -
getTopKValues
-
getHashes
-
getTopk
-
setHashes
-
setTopk
-