com.espertech.esper.client
Class ConfigurationEngineDefaults.MatchRecognize

java.lang.Object
  extended by com.espertech.esper.client.ConfigurationEngineDefaults.MatchRecognize
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConfigurationEngineDefaults

public static class ConfigurationEngineDefaults.MatchRecognize
extends java.lang.Object
implements java.io.Serializable

Holds match-reconize settings.

See Also:
Serialized Form

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

ConfigurationEngineDefaults.MatchRecognize

public ConfigurationEngineDefaults.MatchRecognize()
Method Detail

getMaxStates

public java.lang.Long getMaxStates()
Returns the maximum number of states

Returns:
state count

setMaxStates

public void setMaxStates(java.lang.Long maxStates)
Sets the maximum number of states

Parameters:
maxStates - state count

isMaxStatesPreventStart

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

Returns:
indicate whether enforced or not

setMaxStatesPreventStart

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

Parameters:
maxStatesPreventStart - indicate whether enforced or not

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com