Click or drag to resize

CountMinSketchAgentContextEstimate Class

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

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

The CountMinSketchAgentContextEstimate type exposes the following members.

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