Class CountMinSketchAgentContext
java.lang.Object
com.espertech.esper.common.client.util.CountMinSketchAgentContext
- Direct Known Subclasses:
CountMinSketchAgentContextAdd
,CountMinSketchAgentContextEstimate
,CountMinSketchAgentContextFromBytes
Count-min sketch base context object.
-
Constructor Summary
ModifierConstructorDescriptionprotected
CountMinSketchAgentContext
(com.espertech.esper.common.internal.epl.approx.countminsketch.CountMinSketchState state) Ctor. -
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.internal.epl.approx.countminsketch.CountMinSketchState
getState()
Returns state
-
Constructor Details
-
CountMinSketchAgentContext
protected CountMinSketchAgentContext(com.espertech.esper.common.internal.epl.approx.countminsketch.CountMinSketchState state) Ctor.- Parameters:
state
- the state
-
-
Method Details
-
getState
public com.espertech.esper.common.internal.epl.approx.countminsketch.CountMinSketchState getState()Returns state- Returns:
- state
-