Click or drag to resize

CountMinSketchAgentForge Interface

For use with Count-min sketch aggregation functions: The agent implementation encapsulates transformation of value objects to byte-array and back (when needed), and may override or provide custom behavior.

This is an extension API and may use internal classes. As such the interface may change between versions.

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

The CountMinSketchAgentForge type exposes the following members.

Properties
  NameDescription
Public propertyAcceptableValueTypes
Returns an array of types that the agent can handle, for validation purposes. For example, an agent that accepts byte-array type values should return "new Class[] {String.class}". Interfaces and supertype classes can also be part of the class array.
Top
Methods
  NameDescription
Public methodCodegenMake
Provides the code for the agent.
Top
See Also