Uses of Class
com.espertech.esper.epl.approx.CountMinSketchState

Packages that use CountMinSketchState
com.espertech.esper.client.util This package contains utilities for events, specifically rendering of events in JSON and XML formats. 
com.espertech.esper.epl.approx Approximation algos. 
 

Uses of CountMinSketchState in com.espertech.esper.client.util
 

Methods in com.espertech.esper.client.util that return CountMinSketchState
 CountMinSketchState CountMinSketchAgentContext.getState()
          Returns state
 

Constructors in com.espertech.esper.client.util with parameters of type CountMinSketchState
CountMinSketchAgentContext(CountMinSketchState state)
          Ctor.
CountMinSketchAgentContextAdd(CountMinSketchState state)
          Ctor.
CountMinSketchAgentContextEstimate(CountMinSketchState state)
          Ctor.
CountMinSketchAgentContextFromBytes(CountMinSketchState state)
          Ctor.
 

Uses of CountMinSketchState in com.espertech.esper.epl.approx
 

Fields in com.espertech.esper.epl.approx declared as CountMinSketchState
protected  CountMinSketchState CountMinSketchAggState.state
           
 

Methods in com.espertech.esper.epl.approx that return CountMinSketchState
static CountMinSketchState CountMinSketchState.makeState(CountMinSketchSpec spec)
           
 

Constructors in com.espertech.esper.epl.approx with parameters of type CountMinSketchState
CountMinSketchAggState(CountMinSketchState state, CountMinSketchAgent agent)
           
 


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