Package | Description |
---|---|
com.espertech.esper.common.client.configuration.compiler |
Configuration classes for the compiler section, which is only relevant to the compiler
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCompilerPlugInSingleRowFunction.ValueCache |
ConfigurationCompilerPlugInSingleRowFunction.getValueCache()
Returns the setting for the cache behavior.
|
static ConfigurationCompilerPlugInSingleRowFunction.ValueCache |
ConfigurationCompilerPlugInSingleRowFunction.ValueCache.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationCompilerPlugInSingleRowFunction.ValueCache[] |
ConfigurationCompilerPlugInSingleRowFunction.ValueCache.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCompiler.addPlugInSingleRowFunction(java.lang.String functionName,
java.lang.String className,
java.lang.String methodName,
ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache)
Adds a plug-in single-row function given a EPL function name, a class name, method name and setting for value-cache behavior.
|
void |
ConfigurationCompiler.addPlugInSingleRowFunction(java.lang.String functionName,
java.lang.String className,
java.lang.String methodName,
ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache,
ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable)
Add single-row function with configurations.
|
void |
ConfigurationCompiler.addPlugInSingleRowFunction(java.lang.String functionName,
java.lang.String className,
java.lang.String methodName,
ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache,
ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable,
boolean rethrowExceptions)
Add single-row function with configurations.
|
void |
ConfigurationCompilerPlugInSingleRowFunction.setValueCache(ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache)
Sets the cache behavior.
|
Constructor and Description |
---|
ConfigurationCompilerPlugInSingleRowFunction(java.lang.String name,
java.lang.String functionClassName,
java.lang.String functionMethodName,
ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache,
ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable,
boolean rethrowExceptions,
java.lang.String eventTypeName)
Ctor.
|