Click or drag to resize

ConfigurationCompilerExecution Class

Holds execution-related settings.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.compilerConfigurationCompilerExecution

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCompilerExecution

The ConfigurationCompilerExecution type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCompilerExecution
Initializes a new instance of the ConfigurationCompilerExecution class
Top
Properties
  NameDescription
Public propertyEnabledDeclaredExprValueCache
Sets indicator whether declared-expression-value-cache is enabled (true by default)
Public propertyFilterServiceMaxFilterWidth
Returns the maximum width for breaking up "or" expression in filters to subexpressions for reverse indexing.
Public propertyIsEnabledDeclaredExprValueCache
Returns indicator whether declared-expression-value-cache is enabled (true by default)
Top
See Also