Package | Description |
---|---|
com.espertech.esper.common.client.configuration.compiler |
Configuration classes for the compiler section, which is only relevant to the compiler
|
com.espertech.esper.common.internal.settings |
Modifier and Type | Method and Description |
---|---|
ConfigurationCompilerPlugInSingleRowFunction.ValueCache |
ConfigurationCompilerPlugInSingleRowFunction.getValueCache()
Returns the setting for the cache behavior.
|
static ConfigurationCompilerPlugInSingleRowFunction.ValueCache |
ConfigurationCompilerPlugInSingleRowFunction.ValueCache.valueOf(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(String functionName,
String className,
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(String functionName,
String className,
String methodName,
ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache,
ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable)
Add single-row function with configurations.
|
void |
ConfigurationCompiler.addPlugInSingleRowFunction(String functionName,
String className,
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(String name,
String functionClassName,
String functionMethodName,
ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache,
ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable,
boolean rethrowExceptions,
String eventTypeName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCompilerPlugInSingleRowFunction.ValueCache |
ClasspathImportSingleRowDesc.getValueCache() |
Modifier and Type | Method and Description |
---|---|
void |
ClasspathImportServiceCompileTime.addSingleRow(String functionName,
String singleRowFuncClass,
String methodName,
ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache,
ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable,
boolean rethrowExceptions,
String optionalEventTypeName) |
Constructor and Description |
---|
ClasspathImportSingleRowDesc(String className,
String methodName,
ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache,
ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable,
boolean rethrowExceptions,
String optionalEventTypeName) |
Copyright © 2005–2018. All rights reserved.