public class ConfigurationCompilerExecution extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ConfigurationCompilerExecution.FilterIndexPlanning
Controls the level of planning of filter indexes from filter expressions.
|
Constructor and Description |
---|
ConfigurationCompilerExecution() |
Modifier and Type | Method and Description |
---|---|
ConfigurationCompilerExecution.FilterIndexPlanning |
getFilterIndexPlanning()
Returns the setting instructing the compiler which level of filter index planning to perform (default is ADVANCED).
|
int |
getFilterServiceMaxFilterWidth()
Returns the maximum width for breaking up "or" expression in filters to
subexpressions for reverse indexing.
|
boolean |
isEnabledDeclaredExprValueCache()
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.
|
public int getFilterServiceMaxFilterWidth()
public void setFilterServiceMaxFilterWidth(int filterServiceMaxFilterWidth)
filterServiceMaxFilterWidth
- max filter widthpublic boolean isEnabledDeclaredExprValueCache()
public void setEnabledDeclaredExprValueCache(boolean enabledDeclaredExprValueCache)
enabledDeclaredExprValueCache
- indicatorpublic ConfigurationCompilerExecution.FilterIndexPlanning getFilterIndexPlanning()
public void setFilterIndexPlanning(ConfigurationCompilerExecution.FilterIndexPlanning filterIndexPlanning)
filterIndexPlanning
- settingCopyright © 2005–2021. All rights reserved.