Class ConfigurationCompilerExecution

java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution
All Implemented Interfaces:
Serializable

public class ConfigurationCompilerExecution extends Object implements Serializable
Holds execution-related settings.
See Also:
  • 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

      public ConfigurationCompilerExecution.FilterIndexPlanning 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