![]() | CountMinSketchAgentForge Interface |
Namespace: com.espertech.esper.common.client.util
public interface CountMinSketchAgentForge
The CountMinSketchAgentForge type exposes the following members.
Name | Description | |
---|---|---|
![]() | AcceptableValueTypes |
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.
|
Name | Description | |
---|---|---|
![]() | CodegenMake |
Provides the code for the agent.
|