Uses of Enum Class
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction.ValueCache
Package
Description
Configuration classes for the compiler section, which is only relevant to the compiler
-
Uses of ConfigurationCompilerPlugInSingleRowFunction.ValueCache in com.espertech.esper.common.client.configuration.compiler
Modifier and TypeMethodDescriptionConfigurationCompilerPlugInSingleRowFunction.getValueCache()
Returns the setting for the cache behavior.Returns the enum constant of this class with the specified name.ConfigurationCompilerPlugInSingleRowFunction.ValueCache.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
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.ModifierConstructorDescriptionConfigurationCompilerPlugInSingleRowFunction
(String name, String functionClassName, String functionMethodName, ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache, ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions, String eventTypeName) Ctor.