Class ConfigurationRuntimePatterns

java.lang.Object
com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePatterns
All Implemented Interfaces:
Serializable

public class ConfigurationRuntimePatterns extends Object implements Serializable
Holds pattern settings.
See Also:
  • Constructor Details

    • ConfigurationRuntimePatterns

      public ConfigurationRuntimePatterns()
  • Method Details

    • getMaxSubexpressions

      public Long getMaxSubexpressions()
      Returns the maximum number of subexpressions
      Returns:
      subexpression count
    • setMaxSubexpressions

      public void setMaxSubexpressions(Long maxSubexpressions)
      Sets the maximum number of subexpressions
      Parameters:
      maxSubexpressions - subexpression count
    • isMaxSubexpressionPreventStart

      public boolean isMaxSubexpressionPreventStart()
      Returns true, the default, to indicate that if there is a maximum defined it is being enforced and new subexpressions are not allowed.
      Returns:
      indicate whether enforced or not
    • setMaxSubexpressionPreventStart

      public void setMaxSubexpressionPreventStart(boolean maxSubexpressionPreventStart)
      Set to true, the default, to indicate that if there is a maximum defined it is being enforced and new subexpressions are not allowed.
      Parameters:
      maxSubexpressionPreventStart - indicate whether enforced or not