|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationEngineDefaults.MatchRecognize
public static class ConfigurationEngineDefaults.MatchRecognize
Holds match-reconize settings.
Constructor Summary | |
---|---|
ConfigurationEngineDefaults.MatchRecognize()
|
Method Summary | |
---|---|
java.lang.Long |
getMaxStates()
Returns the maximum number of states |
boolean |
isMaxStatesPreventStart()
Returns true, the default, to indicate that if there is a maximum defined it is being enforced and new states are not allowed. |
void |
setMaxStates(java.lang.Long maxStates)
Sets the maximum number of states |
void |
setMaxStatesPreventStart(boolean maxStatesPreventStart)
Set to true, the default, to indicate that if there is a maximum defined it is being enforced and new states are not allowed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationEngineDefaults.MatchRecognize()
Method Detail |
---|
public java.lang.Long getMaxStates()
public void setMaxStates(java.lang.Long maxStates)
maxStates
- state countpublic boolean isMaxStatesPreventStart()
public void setMaxStatesPreventStart(boolean maxStatesPreventStart)
maxStatesPreventStart
- indicate whether enforced or not
|
© 2006-2016 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 |