Click or drag to resize

ConfigurationCompilerAddPlugInSingleRowFunction Method (String, String, String, ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum, ConfigurationCompilerPlugInSingleRowFunctionFilterOptimizableEnum, Boolean)

Add single-row function with configurations.

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddPlugInSingleRowFunction(
	string functionName,
	string className,
	string methodName,
	ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum valueCache,
	ConfigurationCompilerPlugInSingleRowFunctionFilterOptimizableEnum filterOptimizable,
	bool rethrowExceptions
)

Parameters

functionName
Type: SystemString
EPL name of function
className
Type: SystemString
providing fully-qualified class name
methodName
Type: SystemString
providing method name
valueCache
Type: com.espertech.esper.common.client.configuration.compilerConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum
value cache settings
filterOptimizable
Type: com.espertech.esper.common.client.configuration.compilerConfigurationCompilerPlugInSingleRowFunctionFilterOptimizableEnum
settings whether subject to optimizations
rethrowExceptions
Type: SystemBoolean
whether to rethrow exceptions
See Also