Uses of Interface
com.espertech.esper.common.client.util.CountMinSketchAgentForge
Packages that use CountMinSketchAgentForge
Package
Description
Client utility classes.
Approximation algos.
-
Uses of CountMinSketchAgentForge in com.espertech.esper.common.client.util
Classes in com.espertech.esper.common.client.util that implement CountMinSketchAgentForgeModifier and TypeClassDescriptionclass
Count-min sketch agent that handles String-type values and uses UTF-16 encoding to transform strings to byte-array and back. -
Uses of CountMinSketchAgentForge in com.espertech.esper.common.internal.epl.approx.countminsketch
Methods in com.espertech.esper.common.internal.epl.approx.countminsketch that return CountMinSketchAgentForgeMethods in com.espertech.esper.common.internal.epl.approx.countminsketch with parameters of type CountMinSketchAgentForgeModifier and TypeMethodDescriptionvoid
CountMinSketchSpecForge.setAgent
(CountMinSketchAgentForge agent) Constructors in com.espertech.esper.common.internal.epl.approx.countminsketch with parameters of type CountMinSketchAgentForgeModifierConstructorDescriptionCountMinSketchSpecForge
(CountMinSketchSpecHashes hashesSpec, Integer topkSpec, CountMinSketchAgentForge agent)