Click or drag to resize

CountMinSketchAgentContextAdd Class

Count-min sketch context object for add-operations.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.utilCountMinSketchAgentContext
    com.espertech.esper.common.client.utilCountMinSketchAgentContextAdd

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

The CountMinSketchAgentContextAdd type exposes the following members.

Constructors
  NameDescription
Public methodCountMinSketchAgentContextAdd
Ctor.
Top
Properties
  NameDescription
Public propertyState
Returns state
(Inherited from CountMinSketchAgentContext.)
Public propertyValue
Returns the value.
Top
See Also