com.espertech.esper.client
Class ConfigurationEngineDefaults.Patterns

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

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

Holds variables settings.

See Also:
Serialized Form

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

ConfigurationEngineDefaults.Patterns

public ConfigurationEngineDefaults.Patterns()
Method Detail

getMaxSubexpressions

public java.lang.Long getMaxSubexpressions()
Returns the maximum number of subexpressions

Returns:
subexpression count

setMaxSubexpressions

public void setMaxSubexpressions(java.lang.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

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