Class CountMinSketchAgentContextFromBytes
java.lang.Object
com.espertech.esper.common.client.util.CountMinSketchAgentContext
com.espertech.esper.common.client.util.CountMinSketchAgentContextFromBytes
Count-min sketch context object for topk-operations.
-
Constructor Summary
ConstructorDescriptionCountMinSketchAgentContextFromBytes
(com.espertech.esper.common.internal.epl.approx.countminsketch.CountMinSketchState state) Ctor. -
Method Summary
Methods inherited from class com.espertech.esper.common.client.util.CountMinSketchAgentContext
getState
-
Constructor Details
-
CountMinSketchAgentContextFromBytes
public CountMinSketchAgentContextFromBytes(com.espertech.esper.common.internal.epl.approx.countminsketch.CountMinSketchState state) Ctor.- Parameters:
state
- the state
-
-
Method Details
-
getBytes
public byte[] getBytes()Returns the byte value.- Returns:
- bytes
-
setBytes
public void setBytes(byte[] bytes) Sets the byte value.- Parameters:
bytes
- bytes
-