|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.hook.ConditionPatternEngineSubexpressionMax
public class ConditionPatternEngineSubexpressionMax
Indicates that on the engine level the followed-by pattern operator, regardless whether parameterized with a max number of sub-expressions or not, has reached the configured engine-wide limit at runtime.
Constructor Summary | |
---|---|
ConditionPatternEngineSubexpressionMax(long max,
java.util.Map<java.lang.String,java.lang.Long> counts)
Ctor. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Long> |
getCounts()
Returns the per-statement count. |
long |
getMax()
Returns the limit reached. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConditionPatternEngineSubexpressionMax(long max, java.util.Map<java.lang.String,java.lang.Long> counts)
max
- limit reachedcounts
- the number of subexpression counts per statementMethod Detail |
---|
public long getMax()
public java.util.Map<java.lang.String,java.lang.Long> getCounts()
|
© 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 |