Class ConfigurationRuntimePatterns
java.lang.Object
com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePatterns
- All Implemented Interfaces:
Serializable
Holds pattern settings.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the maximum number of subexpressionsboolean
Returns true, the default, to indicate that if there is a maximum defined it is being enforced and new subexpressions are not allowed.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.void
setMaxSubexpressions
(Long maxSubexpressions) Sets the maximum number of subexpressions
-
Constructor Details
-
ConfigurationRuntimePatterns
public ConfigurationRuntimePatterns()
-
-
Method Details
-
getMaxSubexpressions
Returns the maximum number of subexpressions- Returns:
- subexpression count
-
setMaxSubexpressions
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
-