Class ConfigurationCompilerExecution
java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution
- All Implemented Interfaces:
Serializable
Holds execution-related settings.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Controls the level of planning of filter indexes from filter expressions. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the setting instructing the compiler which level of filter index planning to perform (default is ADVANCED).int
Returns the maximum width for breaking up "or" expression in filters to subexpressions for reverse indexing.boolean
Returns indicator whether declared-expression-value-cache is enabled (true by default)void
setEnabledDeclaredExprValueCache
(boolean enabledDeclaredExprValueCache) Sets indicator whether declared-expression-value-cache is enabled (true by default)void
setFilterIndexPlanning
(ConfigurationCompilerExecution.FilterIndexPlanning filterIndexPlanning) Sets the setting instructing the compiler which level of filter index planning to perform (default is ADVANCED).void
setFilterServiceMaxFilterWidth
(int filterServiceMaxFilterWidth) Sets the maximum width for breaking up "or" expression in filters to subexpressions for reverse indexing.
-
Constructor Details
-
ConfigurationCompilerExecution
public ConfigurationCompilerExecution()
-
-
Method Details
-
getFilterServiceMaxFilterWidth
public int getFilterServiceMaxFilterWidth()Returns the maximum width for breaking up "or" expression in filters to subexpressions for reverse indexing.- Returns:
- max filter width
-
setFilterServiceMaxFilterWidth
public void setFilterServiceMaxFilterWidth(int filterServiceMaxFilterWidth) Sets the maximum width for breaking up "or" expression in filters to subexpressions for reverse indexing.- Parameters:
filterServiceMaxFilterWidth
- max filter width
-
isEnabledDeclaredExprValueCache
public boolean isEnabledDeclaredExprValueCache()Returns indicator whether declared-expression-value-cache is enabled (true by default)- Returns:
- indicator
-
setEnabledDeclaredExprValueCache
public void setEnabledDeclaredExprValueCache(boolean enabledDeclaredExprValueCache) Sets indicator whether declared-expression-value-cache is enabled (true by default)- Parameters:
enabledDeclaredExprValueCache
- indicator
-
getFilterIndexPlanning
Returns the setting instructing the compiler which level of filter index planning to perform (default is ADVANCED). Please check the documentation for information on advanced planning.- Returns:
- flag
-
setFilterIndexPlanning
public void setFilterIndexPlanning(ConfigurationCompilerExecution.FilterIndexPlanning filterIndexPlanning) Sets the setting instructing the compiler which level of filter index planning to perform (default is ADVANCED). Please check the documentation for information on advanced planning.- Parameters:
filterIndexPlanning
- setting
-