|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationEngineDefaults.Patterns
public static class ConfigurationEngineDefaults.Patterns
Holds variables settings.
Constructor Summary | |
---|---|
ConfigurationEngineDefaults.Patterns()
|
Method Summary | |
---|---|
java.lang.Long |
getMaxSubexpressions()
Returns the maximum number of subexpressions |
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. |
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(java.lang.Long maxSubexpressions)
Sets the maximum number of subexpressions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationEngineDefaults.Patterns()
Method Detail |
---|
public java.lang.Long getMaxSubexpressions()
public void setMaxSubexpressions(java.lang.Long maxSubexpressions)
maxSubexpressions
- subexpression countpublic boolean isMaxSubexpressionPreventStart()
public void setMaxSubexpressionPreventStart(boolean maxSubexpressionPreventStart)
maxSubexpressionPreventStart
- indicate whether enforced or not
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |