Class CountMinSketchAgentContextAdd
java.lang.Object
com.espertech.esper.common.client.util.CountMinSketchAgentContext
com.espertech.esper.common.client.util.CountMinSketchAgentContextAdd
Count-min sketch context object for add-operations.
-
Constructor Summary
ConstructorDescriptionCountMinSketchAgentContextAdd
(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
-
CountMinSketchAgentContextAdd
public CountMinSketchAgentContextAdd(com.espertech.esper.common.internal.epl.approx.countminsketch.CountMinSketchState state) Ctor.- Parameters:
state
- the state
-
-
Method Details
-
getValue
Returns the value.- Returns:
- value
-
setValue
Sets the value.- Parameters:
value
- to set
-