com.espertech.esper.client.util
Class CountMinSketchAgentContextAdd

java.lang.Object
  extended by com.espertech.esper.client.util.CountMinSketchAgentContext
      extended by com.espertech.esper.client.util.CountMinSketchAgentContextAdd

public class CountMinSketchAgentContextAdd
extends CountMinSketchAgentContext

Count-min sketch context object for add-operations.


Constructor Summary
CountMinSketchAgentContextAdd(CountMinSketchState state)
          Ctor.
 
Method Summary
 java.lang.Object getValue()
          Returns the value.
 void setValue(java.lang.Object value)
          Sets the value.
 
Methods inherited from class com.espertech.esper.client.util.CountMinSketchAgentContext
getState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountMinSketchAgentContextAdd

public CountMinSketchAgentContextAdd(CountMinSketchState state)
Ctor.

Parameters:
state - the state
Method Detail

getValue

public java.lang.Object getValue()
Returns the value.

Returns:
value

setValue

public void setValue(java.lang.Object value)
Sets the value.

Parameters:
value - to set

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com