Click or drag to resize

CountMinSketchAgentStringUTF16 Class

Count-min sketch agent that handles String-type values and uses UTF-16 encoding to transform strings to byte-array and back.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.utilCountMinSketchAgentStringUTF16

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class CountMinSketchAgentStringUTF16 : CountMinSketchAgent

The CountMinSketchAgentStringUTF16 type exposes the following members.

Constructors
  NameDescription
Public methodCountMinSketchAgentStringUTF16
Initializes a new instance of the CountMinSketchAgentStringUTF16 class
Top
Properties
  NameDescription
Public propertyAcceptableValueTypes
Top
Methods
  NameDescription
Public methodAdd
Public methodEstimate
Public methodFromBytes
Top
See Also