com.espertech.esper.client.util
Class CountMinSketchAgentContext

java.lang.Object
  extended by com.espertech.esper.client.util.CountMinSketchAgentContext
Direct Known Subclasses:
CountMinSketchAgentContextAdd, CountMinSketchAgentContextEstimate, CountMinSketchAgentContextFromBytes

public abstract class CountMinSketchAgentContext
extends java.lang.Object

Count-min sketch base context object.


Constructor Summary
protected CountMinSketchAgentContext(CountMinSketchState state)
          Ctor.
 
Method Summary
 CountMinSketchState getState()
          Returns state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountMinSketchAgentContext

protected CountMinSketchAgentContext(CountMinSketchState state)
Ctor.

Parameters:
state - the state
Method Detail

getState

public CountMinSketchState getState()
Returns state

Returns:
state

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