public interface CountMinSketchAgentForge
This is an extension API and may use internal classes. As such the interface may change between versions.
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
codegenMake(CodegenMethod parent,
CodegenClassScope classScope)
Provides the code for the agent.
|
Class[] |
getAcceptableValueTypes()
Returns an array of types that the agent can handle, for validation purposes.
|
Class[] getAcceptableValueTypes()
CodegenExpression codegenMake(CodegenMethod parent, CodegenClassScope classScope)
parent
- parent methodsclassScope
- class scopeCopyright © 2005–2018. All rights reserved.