Click or drag to resize

ConfigurationCompilerPlugInSingleRowFunction Constructor (String, String, String, ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum, ConfigurationCompilerPlugInSingleRowFunctionFilterOptimizableEnum, Boolean, String)

Ctor.

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ConfigurationCompilerPlugInSingleRowFunction(
	string name,
	string functionClassName,
	string functionMethodName,
	ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum valueCache,
	ConfigurationCompilerPlugInSingleRowFunctionFilterOptimizableEnum filterOptimizable,
	bool rethrowExceptions,
	string eventTypeName
)

Parameters

name
Type: SystemString
UDF name
functionClassName
Type: SystemString
class name
functionMethodName
Type: SystemString
method name
valueCache
Type: com.espertech.esper.common.client.configuration.compilerConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum
value cache
filterOptimizable
Type: com.espertech.esper.common.client.configuration.compilerConfigurationCompilerPlugInSingleRowFunctionFilterOptimizableEnum
optimizable setting
rethrowExceptions
Type: SystemBoolean
rethrow setting
eventTypeName
Type: SystemString
optional event type name
See Also