Uses of Interface
com.espertech.esper.client.util.CountMinSketchAgent

Packages that use CountMinSketchAgent
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 CountMinSketchAgent in com.espertech.esper.client.util
 

Classes in com.espertech.esper.client.util that implement CountMinSketchAgent
 class CountMinSketchAgentStringUTF16
          Count-min sketch agent that handles String-type values and uses UTF-16 encoding to transform strings to byte-array and back.
 

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

Methods in com.espertech.esper.epl.approx that return CountMinSketchAgent
 CountMinSketchAgent CountMinSketchSpec.getAgent()
           
 

Methods in com.espertech.esper.epl.approx with parameters of type CountMinSketchAgent
 void CountMinSketchSpec.setAgent(CountMinSketchAgent agent)
           
 

Constructors in com.espertech.esper.epl.approx with parameters of type CountMinSketchAgent
CountMinSketchAggState(CountMinSketchState state, CountMinSketchAgent agent)
           
CountMinSketchSpec(CountMinSketchSpecHashes hashesSpec, java.lang.Integer topkSpec, CountMinSketchAgent agent)
           
 


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